Html Css Color HEX #045E9F Cobalt

📋 copy color: '#045E9F'

red 4 ◦ green 94 ◦ blue 159

#045E9F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #045E9F

Tints of Cobalt #045E9F

RGB

 RED value IS 4 (1.95% from 255) = 1.56%

 GREEN value IS 94 (37.11% from 255) = 36.58%

 BLUE value IS 159 (62.5% from 255) = 61.87%

R = 1.56%
G = 36.58%
B = 61.87%

CMYK

 C value IS 0.97

 M value IS 0.41

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#045E9F (or 0x045E9F) is known color: Cobalt. HEX triplet: 04, 5E and 9F. RGB value is (4,94,159). Sum of RGB (Red+Green+Blue) = 4+94+159=257 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 257); Green value is 94 (37.11% from 255 or 36.58% from 257); Blue value is 159 (62.5% from 255 or 61.87% from 257); Max value from RGB is 159 - color contains mainly: blue. Hex color #045E9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045E9F is #FBA160. Grayscale: #4A4A4A. Windows color (decimal): -16490849 or 10444292. OLE color: 10444292.

HSL color Cylindrical-coordinate representation of color #045E9F: hue angle of 205.16º 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 #045E9F is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 4 94 159 -
CMYK 0.97 0.41 0 0.38
HSL 205.16º 0.95% 0.32% -
HSV(B) 205.16º 0.97% 0.62% -
XYZ 10.31 10.53 34.29 -
YUV 74.5 175.68 77.71 -
System Red Green Blue C M Y K H S L
Decimal 4 94 159 0.97 0.41 0 0.38 205.16 0.95 0.32
Hex 4 5E 9F 61 29 0 26 CD 5F 20
Octal 4 136 237 141 51 0 46 315 137 40
Binary 100 1011110 10011111 1100001 101001 0 100110 11001101 1011111 100000

Color Harmonies of #045E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045E9F

Black with #045E9F

Text Example


Text Example

White with #045E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,94,159); }

 H1.HeaderClassName
 {
   color: #045E9F;
 }
 .AnyTagClassName
 {
   color: #045E9F;
 }
</style>

background-color css

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

 a { background-color: rgb(4,94,159); }

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

border-color css

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

 span { border-color: rgb(4,94,159); }

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