#045F9E

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

Shades of Cobalt #045F9E

Tints of Cobalt #045F9E

Color information

#045F9E (or 0x045F9E) is unknown color: approx Cobalt. HEX triplet: 04, 5F and 9E. RGB value is (4,95,158). Sum of RGB (Red+Green+Blue) = 4+95+158=257 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 257); Green value is 95 (37.5% from 255 or 36.96% from 257); Blue value is 158 (62.11% from 255 or 61.48% from 257); Max value from RGB is 158 - color contains mainly: blue. Hex color #045F9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045F9E is #FBA061. Grayscale: #4A4A4A. Windows color (decimal): -16490594 or 10379012. OLE color: 10379012.

HSL color Cylindrical-coordinate representation of color #045F9E: hue angle of 204.55º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045F9E is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB495158-
CMYK0.970.4000.38
HSL204.55º95.06%31.76%-
HSV(B)204.55º97.47%61.96%-
XYZ10.3110.6833.87-
YUV74.97174.8577.38-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.56%
GREEN value IS 95 (37.5% from 255) = 36.96%
BLUE value IS 158 (62.11% from 255) = 61.48%
R=1.56%
G=36.96%
B=61.48%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal4951580.970.4000.38204.5595.0631.76
Hex45F9E6128026cd5f20
Octal41372361415004631513740
Binary10010111111001111011000011010000100110110011011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045F9E; }

 p { color: rgb(4,95,158); }

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

<style>
 a { background-color: #045F9E; }

 a { background-color: rgb(4,95,158); }

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

<style>
 span { border-color: #045F9E; }

 span { border-color: rgb(4,95,158); }

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