Html Css Color HEX #045C95 Dark Cerulean

📋 copy color: '#045C95'

red 4 ◦ green 92 ◦ blue 149

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

Shades of Dark Cerulean #045C95

Tints of Dark Cerulean #045C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 60.82%

R = 1.63%
G = 37.55%
B = 60.82%

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

#045C95 (or 0x045C95) is known color: Dark Cerulean. HEX triplet: 04, 5C and 95. RGB value is (4,92,149). Sum of RGB (Red+Green+Blue) = 4+92+149=245 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 245); Green value is 92 (36.33% from 255 or 37.55% from 245); Blue value is 149 (58.59% from 255 or 60.82% from 245); Max value from RGB is 149 - color contains mainly: blue. Hex color #045C95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045C95 is #FBA36A. Grayscale: #474747. Windows color (decimal): -16491371 or 9788420. OLE color: 9788420.

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

Color convert

RGB 4 92 149 -
CMYK 0.97 0.38 0 0.42
HSL 203.59º 0.95% 0.3% -
HSV(B) 203.59º 0.97% 0.58% -
XYZ 9.3 9.85 29.84 -
YUV 72.19 171.35 79.37 -
System Red Green Blue C M Y K H S L
Decimal 4 92 149 0.97 0.38 0 0.42 203.59 0.95 0.3
Hex 4 5C 95 61 26 0 2A CC 5F 1E
Octal 4 134 225 141 46 0 52 314 137 36
Binary 100 1011100 10010101 1100001 100110 0 101010 11001100 1011111 11110

Color Harmonies of #045C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045C95

Black with #045C95

Text Example


Text Example

White with #045C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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