Html Css Color HEX #045F90 Dark Cerulean

📋 copy color: '#045F90'

red 4 ◦ green 95 ◦ blue 144

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

Shades of Dark Cerulean #045F90

Tints of Dark Cerulean #045F90

RGB

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

 GREEN value IS 95 (37.5% from 255) = 39.09%

 BLUE value IS 144 (56.64% from 255) = 59.26%

R = 1.65%
G = 39.09%
B = 59.26%

CMYK

 C value IS 0.97

 M value IS 0.34

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#045F90 (or 0x045F90) is known color: Dark Cerulean. HEX triplet: 04, 5F and 90. RGB value is (4,95,144). Sum of RGB (Red+Green+Blue) = 4+95+144=243 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 243); Green value is 95 (37.5% from 255 or 39.09% from 243); Blue value is 144 (56.64% from 255 or 59.26% from 243); Max value from RGB is 144 - color contains mainly: blue. Hex color #045F90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045F90 is #FBA06F. Grayscale: #494949. Windows color (decimal): -16490608 or 9461508. OLE color: 9461508.

HSL color Cylindrical-coordinate representation of color #045F90: hue angle of 201º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045F90 is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 95 144 -
CMYK 0.97 0.34 0 0.44
HSL 201º 0.95% 0.29% -
HSV(B) 201º 0.97% 0.56% -
XYZ 9.18 10.22 27.88 -
YUV 73.38 167.85 78.52 -
System Red Green Blue C M Y K H S L
Decimal 4 95 144 0.97 0.34 0 0.44 201 0.95 0.29
Hex 4 5F 90 61 22 0 2C C9 5F 1D
Octal 4 137 220 141 42 0 54 311 137 35
Binary 100 1011111 10010000 1100001 100010 0 101100 11001001 1011111 11101

Color Harmonies of #045F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045F90

Black with #045F90

Text Example


Text Example

White with #045F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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