Html Css Color HEX #045592 Dark Cerulean

📋 copy color: '#045592'

red 4 ◦ green 85 ◦ blue 146

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

Shades of Dark Cerulean #045592

Tints of Dark Cerulean #045592

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.17%

 BLUE value IS 146 (57.42% from 255) = 62.13%

R = 1.7%
G = 36.17%
B = 62.13%

CMYK

 C value IS 0.97

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#045592 (or 0x045592) is known color: Dark Cerulean. HEX triplet: 04, 55 and 92. RGB value is (4,85,146). Sum of RGB (Red+Green+Blue) = 4+85+146=235 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.70% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 146 (57.42% from 255 or 62.13% from 235); Max value from RGB is 146 - color contains mainly: blue. Hex color #045592 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045592 is #FBAA6D. Grayscale: #434343. Windows color (decimal): -16493166 or 9590020. OLE color: 9590020.

HSL color Cylindrical-coordinate representation of color #045592: hue angle of 205.77º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045592 is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 4 85 146 -
CMYK 0.97 0.42 0 0.43
HSL 205.77º 0.95% 0.29% -
HSV(B) 205.77º 0.97% 0.57% -
XYZ 8.49 8.6 28.41 -
YUV 67.74 172.16 82.54 -
System Red Green Blue C M Y K H S L
Decimal 4 85 146 0.97 0.42 0 0.43 205.77 0.95 0.29
Hex 4 55 92 61 2A 0 2B CE 5F 1D
Octal 4 125 222 141 52 0 53 316 137 35
Binary 100 1010101 10010010 1100001 101010 0 101011 11001110 1011111 11101

Color Harmonies of #045592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045592

Black with #045592

Text Example


Text Example

White with #045592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045592; }

 p { color: rgb(4,85,146); }

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

background-color css

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

 a { background-color: rgb(4,85,146); }

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

border-color css

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

 span { border-color: rgb(4,85,146); }

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