#0641B4

Color #0641B4 Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #0641B4

Tints of Cobalt #0641B4

Color information

#0641B4 (or 0x0641B4) is unknown color: approx Cobalt. HEX triplet: 06, 41 and B4. RGB value is (6,65,180). Sum of RGB (Red+Green+Blue) = 6+65+180=251 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.39% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 180 (70.70% from 255 or 71.71% from 251); Max value from RGB is 180 - color contains mainly: blue. Hex color #0641B4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0641B4 is #F9BE4B. Grayscale: #3B3B3B. Windows color (decimal): -16367180 or 11813126. OLE color: 11813126.

HSL color Cylindrical-coordinate representation of color #0641B4: hue angle of 219.66º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0641B4 is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB665180-
CMYK0.970.6400.29
HSL219.66º93.55%36.47%-
HSV(B)219.66º96.67%70.59%-
XYZ10.27.1144.02-
YUV60.47195.4589.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 2.39%
GREEN value IS 65 (25.78% from 255) = 25.90%
BLUE value IS 180 (70.70% from 255) = 71.71%
R=2.39%
G=25.90%
B=71.71%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal6651800.970.6400.29219.6693.5536.47
Hex641B4614001Ddc5e24
Octal610126414110003533413644
Binary11010000011011010011000011000000011101110111001011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0641B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0641B4; }

 p { color: rgb(6,65,180); }

 H1.HeaderClassName
 {
   color: #0641B4;
 }
 .AnyTagClassName
 {
   color: #0641B4;
 }
</style>
background-color css

<style>
 a { background-color: #0641B4; }

 a { background-color: rgb(6,65,180); }

 div.DivClassName
 {
   background-color: #0641B4;
 }
 .BgClassName
 {
   background-color: #0641B4;
 }
</style>
border-color css

<style>
 span { border-color: #0641B4; }

 span { border-color: rgb(6,65,180); }

 td.TdClassName
 {
   border-color: #0641B4;
 }
 .TagClassName
 {
   border-color: #0641B4;
 }
</style>