Html Css Color HEX #045C94 Dark Cerulean

📋 copy color: '#045C94'

red 4 ◦ green 92 ◦ blue 148

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

Shades of Dark Cerulean #045C94

Tints of Dark Cerulean #045C94

RGB

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

 GREEN value IS 92 (36.33% from 255) = 37.7%

 BLUE value IS 148 (58.2% from 255) = 60.66%

R = 1.64%
G = 37.7%
B = 60.66%

CMYK

 C value IS 0.97

 M value IS 0.38

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#045C94 (or 0x045C94) is known color: Dark Cerulean. HEX triplet: 04, 5C and 94. RGB value is (4,92,148). Sum of RGB (Red+Green+Blue) = 4+92+148=244 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.64% from 244); Green value is 92 (36.33% from 255 or 37.70% from 244); Blue value is 148 (58.20% from 255 or 60.66% from 244); Max value from RGB is 148 - color contains mainly: blue. Hex color #045C94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045C94 is #FBA36B. Grayscale: #474747. Windows color (decimal): -16491372 or 9722884. OLE color: 9722884.

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

Color convert

RGB 4 92 148 -
CMYK 0.97 0.38 0 0.42
HSL 203.33º 0.95% 0.3% -
HSV(B) 203.33º 0.97% 0.58% -
XYZ 9.22 9.82 29.43 -
YUV 72.07 170.85 79.45 -
System Red Green Blue C M Y K H S L
Decimal 4 92 148 0.97 0.38 0 0.42 203.33 0.95 0.3
Hex 4 5C 94 61 26 0 2A CB 5F 1E
Octal 4 134 224 141 46 0 52 313 137 36
Binary 100 1011100 10010100 1100001 100110 0 101010 11001011 1011111 11110

Color Harmonies of #045C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045C94

Black with #045C94

Text Example


Text Example

White with #045C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,92,148); }

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

background-color css

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

 a { background-color: rgb(4,92,148); }

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

border-color css

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

 span { border-color: rgb(4,92,148); }

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