Html Css Color HEX #045174 Dark Cerulean

📋 copy color: '#045174'

red 4 ◦ green 81 ◦ blue 116

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

Shades of Dark Cerulean #045174

Tints of Dark Cerulean #045174

RGB

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

 GREEN value IS 81 (32.03% from 255) = 40.3%

 BLUE value IS 116 (45.7% from 255) = 57.71%

R = 1.99%
G = 40.3%
B = 57.71%

CMYK

 C value IS 0.97

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#045174 (or 0x045174) is known color: Dark Cerulean. HEX triplet: 04, 51 and 74. RGB value is (4,81,116). Sum of RGB (Red+Green+Blue) = 4+81+116=201 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.99% from 201); Green value is 81 (32.03% from 255 or 40.30% from 201); Blue value is 116 (45.70% from 255 or 57.71% from 201); Max value from RGB is 116 - color contains mainly: blue. Hex color #045174 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045174 is #FBAE8B. Grayscale: #3D3D3D. Windows color (decimal): -16494220 or 7622916. OLE color: 7622916.

HSL color Cylindrical-coordinate representation of color #045174: hue angle of 198.75º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045174 is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 4 81 116 -
CMYK 0.97 0.30 0 0.55
HSL 198.75º 0.93% 0.24% -
HSV(B) 198.75º 0.97% 0.45% -
XYZ 6.14 7.17 17.58 -
YUV 61.97 158.49 86.65 -
System Red Green Blue C M Y K H S L
Decimal 4 81 116 0.97 0.30 0 0.55 198.75 0.93 0.24
Hex 4 51 74 61 1E 0 37 C7 5D 18
Octal 4 121 164 141 36 0 67 307 135 30
Binary 100 1010001 1110100 1100001 11110 0 110111 11000111 1011101 11000

Color Harmonies of #045174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045174

Black with #045174

Text Example


Text Example

White with #045174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045174; }

 p { color: rgb(4,81,116); }

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

background-color css

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

 a { background-color: rgb(4,81,116); }

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

border-color css

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

 span { border-color: rgb(4,81,116); }

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