Html Css Color HEX #045D9F Cobalt

📋 copy color: '#045D9F'

red 4 ◦ green 93 ◦ blue 159

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

Shades of Cobalt #045D9F

Tints of Cobalt #045D9F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 36.33%

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

R = 1.56%
G = 36.33%
B = 62.11%

CMYK

 C value IS 0.97

 M value IS 0.42

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#045D9F (or 0x045D9F) is known color: Cobalt. HEX triplet: 04, 5D and 9F. RGB value is (4,93,159). Sum of RGB (Red+Green+Blue) = 4+93+159=256 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 256); Green value is 93 (36.72% from 255 or 36.33% from 256); Blue value is 159 (62.5% from 255 or 62.11% from 256); Max value from RGB is 159 - color contains mainly: blue. Hex color #045D9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045D9F is #FBA260. Grayscale: #494949. Windows color (decimal): -16491105 or 10444036. OLE color: 10444036.

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

Color convert

RGB 4 93 159 -
CMYK 0.97 0.42 0 0.38
HSL 205.55º 0.95% 0.32% -
HSV(B) 205.55º 0.97% 0.62% -
XYZ 10.22 10.36 34.26 -
YUV 73.91 176.01 78.13 -
System Red Green Blue C M Y K H S L
Decimal 4 93 159 0.97 0.42 0 0.38 205.55 0.95 0.32
Hex 4 5D 9F 61 2A 0 26 CE 5F 20
Octal 4 135 237 141 52 0 46 316 137 40
Binary 100 1011101 10011111 1100001 101010 0 100110 11001110 1011111 100000

Color Harmonies of #045D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045D9F

Black with #045D9F

Text Example


Text Example

White with #045D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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