#0645B7

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

Shades of Cobalt #0645B7

Tints of Cobalt #0645B7

Color information

#0645B7 (or 0x0645B7) is unknown color: approx Cobalt. HEX triplet: 06, 45 and B7. RGB value is (6,69,183). Sum of RGB (Red+Green+Blue) = 6+69+183=258 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 258); Green value is 69 (27.34% from 255 or 26.74% from 258); Blue value is 183 (71.88% from 255 or 70.93% from 258); Max value from RGB is 183 - color contains mainly: blue. Hex color #0645B7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0645B7 is #F9BA48. Grayscale: #3E3E3E. Windows color (decimal): -16366153 or 12010758. OLE color: 12010758.

HSL color Cylindrical-coordinate representation of color #0645B7: hue angle of 218.64º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0645B7 is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB669183-
CMYK0.970.6200.28
HSL218.64º93.65%37.06%-
HSV(B)218.64º96.72%71.76%-
XYZ10.757.7145.72-
YUV63.16195.6387.23-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.33%
GREEN value IS 69 (27.34% from 255) = 26.74%
BLUE value IS 183 (71.88% from 255) = 70.93%
R=2.33%
G=26.74%
B=70.93%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal6691830.970.6200.28218.6493.6537.06
Hex645B7613E01Cdb5e25
Octal61052671417603433313645
Binary1101000101101101111100001111110011100110110111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0645B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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