Html Css Color HEX #045A93 Dark Cerulean

📋 copy color: '#045A93'

red 4 ◦ green 90 ◦ blue 147

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

Shades of Dark Cerulean #045A93

Tints of Dark Cerulean #045A93

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.34%

 BLUE value IS 147 (57.81% from 255) = 61%

R = 1.66%
G = 37.34%
B = 61%

CMYK

 C value IS 0.97

 M value IS 0.39

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#045A93 (or 0x045A93) is known color: Dark Cerulean. HEX triplet: 04, 5A and 93. RGB value is (4,90,147). Sum of RGB (Red+Green+Blue) = 4+90+147=241 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.66% from 241); Green value is 90 (35.55% from 255 or 37.34% from 241); Blue value is 147 (57.81% from 255 or 61.00% from 241); Max value from RGB is 147 - color contains mainly: blue. Hex color #045A93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045A93 is #FBA56C. Grayscale: #464646. Windows color (decimal): -16491885 or 9656836. OLE color: 9656836.

HSL color Cylindrical-coordinate representation of color #045A93: hue angle of 203.92º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045A93 is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 4 90 147 -
CMYK 0.97 0.39 0 0.42
HSL 203.92º 0.95% 0.3% -
HSV(B) 203.92º 0.97% 0.58% -
XYZ 8.97 9.44 28.95 -
YUV 70.78 171.01 80.37 -
System Red Green Blue C M Y K H S L
Decimal 4 90 147 0.97 0.39 0 0.42 203.92 0.95 0.3
Hex 4 5A 93 61 27 0 2A CC 5F 1E
Octal 4 132 223 141 47 0 52 314 137 36
Binary 100 1011010 10010011 1100001 100111 0 101010 11001100 1011111 11110

Color Harmonies of #045A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045A93

Black with #045A93

Text Example


Text Example

White with #045A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,90,147); }

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

background-color css

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

 a { background-color: rgb(4,90,147); }

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

border-color css

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

 span { border-color: rgb(4,90,147); }

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