Html Css Color HEX #045390 Dark Cerulean

📋 copy color: '#045390'

red 4 ◦ green 83 ◦ blue 144

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

Shades of Dark Cerulean #045390

Tints of Dark Cerulean #045390

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.93%

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

R = 1.73%
G = 35.93%
B = 62.34%

CMYK

 C value IS 0.97

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#045390 (or 0x045390) is known color: Dark Cerulean. HEX triplet: 04, 53 and 90. RGB value is (4,83,144). Sum of RGB (Red+Green+Blue) = 4+83+144=231 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.73% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 144 (56.64% from 255 or 62.34% from 231); Max value from RGB is 144 - color contains mainly: blue. Hex color #045390 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045390 is #FBAC6F. Grayscale: #424242. Windows color (decimal): -16493680 or 9458436. OLE color: 9458436.

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

Color convert

RGB 4 83 144 -
CMYK 0.97 0.42 0 0.44
HSL 206.14º 0.95% 0.29% -
HSV(B) 206.14º 0.97% 0.56% -
XYZ 8.18 8.23 27.54 -
YUV 66.33 171.83 83.54 -
System Red Green Blue C M Y K H S L
Decimal 4 83 144 0.97 0.42 0 0.44 206.14 0.95 0.29
Hex 4 53 90 61 2A 0 2C CE 5F 1D
Octal 4 123 220 141 52 0 54 316 137 35
Binary 100 1010011 10010000 1100001 101010 0 101100 11001110 1011111 11101

Color Harmonies of #045390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045390

Black with #045390

Text Example


Text Example

White with #045390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045390; }

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

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

background-color css

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

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

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

border-color css

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

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

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