#0045B7

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

Shades of Cobalt #0045B7

Tints of Cobalt #0045B7

Color information

#0045B7 (or 0x0045B7) is unknown color: approx Cobalt. HEX triplet: 00, 45 and B7. RGB value is (0,69,183). Sum of RGB (Red+Green+Blue) = 0+69+183=252 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 183 (71.88% from 255 or 72.62% from 252); Max value from RGB is 183 - color contains mainly: blue. Hex color #0045B7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0045B7 is #FFBA48. Grayscale: #3C3C3C. Windows color (decimal): -16759369 or 12010752. OLE color: 12010752.

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

Color convert

RGB069183-
CMYK10.6200.28
HSL217.38º100%35.88%-
HSV(B)217.38º100%71.76%-
XYZ10.687.6845.72-
YUV61.36196.6484.23-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 69 (27.34% from 255) = 27.38%
BLUE value IS 183 (71.88% from 255) = 72.62%
R=0%
G=27.38%
B=72.62%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal06918310.6200.28217.3810035.88
Hex045B7643E01Cd96424
Octal01052671447603433114444
Binary01000101101101111100100111110011100110110011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0045B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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