#0642B4

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

Shades of Cobalt #0642B4

Tints of Cobalt #0642B4

Color information

#0642B4 (or 0x0642B4) is unknown color: approx Cobalt. HEX triplet: 06, 42 and B4. RGB value is (6,66,180). Sum of RGB (Red+Green+Blue) = 6+66+180=252 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.38% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 180 (70.70% from 255 or 71.43% from 252); Max value from RGB is 180 - color contains mainly: blue. Hex color #0642B4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0642B4 is #F9BD4B. Grayscale: #3C3C3C. Windows color (decimal): -16366924 or 11813382. OLE color: 11813382.

HSL color Cylindrical-coordinate representation of color #0642B4: hue angle of 219.31º 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 #0642B4 is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB666180-
CMYK0.970.6300.29
HSL219.31º93.55%36.47%-
HSV(B)219.31º96.67%70.59%-
XYZ10.267.2344.03-
YUV61.06195.1288.73-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.38%
GREEN value IS 66 (26.17% from 255) = 26.19%
BLUE value IS 180 (70.70% from 255) = 71.43%
R=2.38%
G=26.19%
B=71.43%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal6661800.970.6300.29219.3193.5536.47
Hex642B4613F01Ddb5e24
Octal61022641417703533313644
Binary1101000010101101001100001111111011101110110111011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0642B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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