#0645A2

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

Shades of Cobalt #0645A2

Tints of Cobalt #0645A2

Color information

#0645A2 (or 0x0645A2) is unknown color: approx Cobalt. HEX triplet: 06, 45 and A2. RGB value is (6,69,162). Sum of RGB (Red+Green+Blue) = 6+69+162=237 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.53% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 162 (63.67% from 255 or 68.35% from 237); Max value from RGB is 162 - color contains mainly: blue. Hex color #0645A2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0645A2 is #F9BA5D. Grayscale: #3C3C3C. Windows color (decimal): -16366174 or 10634502. OLE color: 10634502.

HSL color Cylindrical-coordinate representation of color #0645A2: hue angle of 215.77º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0645A2 is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB669162-
CMYK0.960.5700.36
HSL215.77º92.86%32.94%-
HSV(B)215.77º96.3%63.53%-
XYZ8.726.935.06-
YUV60.76185.1388.94-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.53%
GREEN value IS 69 (27.34% from 255) = 29.11%
BLUE value IS 162 (63.67% from 255) = 68.35%
R=2.53%
G=29.11%
B=68.35%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal6691620.960.5700.36215.7792.8632.94
Hex645A26039024d85d21
Octal61052421407104433013541
Binary11010001011010001011000001110010100100110110001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0645A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0645A2; }

 p { color: rgb(6,69,162); }

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

<style>
 a { background-color: #0645A2; }

 a { background-color: rgb(6,69,162); }

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

<style>
 span { border-color: #0645A2; }

 span { border-color: rgb(6,69,162); }

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