Html Css Color HEX #045B90 Dark Cerulean

📋 copy color: '#045B90'

red 4 ◦ green 91 ◦ blue 144

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

Shades of Dark Cerulean #045B90

Tints of Dark Cerulean #045B90

RGB

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

 GREEN value IS 91 (35.94% from 255) = 38.08%

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

R = 1.67%
G = 38.08%
B = 60.25%

CMYK

 C value IS 0.97

 M value IS 0.37

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#045B90 (or 0x045B90) is known color: Dark Cerulean. HEX triplet: 04, 5B and 90. RGB value is (4,91,144). Sum of RGB (Red+Green+Blue) = 4+91+144=239 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 239); Green value is 91 (35.94% from 255 or 38.08% from 239); Blue value is 144 (56.64% from 255 or 60.25% from 239); Max value from RGB is 144 - color contains mainly: blue. Hex color #045B90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045B90 is #FBA46F. Grayscale: #464646. Windows color (decimal): -16491632 or 9460484. OLE color: 9460484.

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

Color convert

RGB 4 91 144 -
CMYK 0.97 0.37 0 0.44
HSL 202.71º 0.95% 0.29% -
HSV(B) 202.71º 0.97% 0.56% -
XYZ 8.83 9.52 27.76 -
YUV 71.03 169.18 80.19 -
System Red Green Blue C M Y K H S L
Decimal 4 91 144 0.97 0.37 0 0.44 202.71 0.95 0.29
Hex 4 5B 90 61 25 0 2C CB 5F 1D
Octal 4 133 220 141 45 0 54 313 137 35
Binary 100 1011011 10010000 1100001 100101 0 101100 11001011 1011111 11101

Color Harmonies of #045B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045B90

Black with #045B90

Text Example


Text Example

White with #045B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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