Html Css Color HEX #005174 Dark Cerulean

📋 copy color: '#005174'

red 0 ◦ green 81 ◦ blue 116

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

Shades of Dark Cerulean #005174

Tints of Dark Cerulean #005174

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 41.12%
B = 58.88%

CMYK

 C value IS 1

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#005174 (or 0x005174) is known color: Dark Cerulean. HEX triplet: 00, 51 and 74. RGB value is (0,81,116). Sum of RGB (Red+Green+Blue) = 0+81+116=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 81 (32.03% from 255 or 41.12% from 197); Blue value is 116 (45.70% from 255 or 58.88% from 197); Max value from RGB is 116 - color contains mainly: blue. Hex color #005174 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005174 is #FFAE8B. Grayscale: #3C3C3C. Windows color (decimal): -16756364 or 7622912. OLE color: 7622912.

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

Color convert

RGB 0 81 116 -
CMYK 1 0.30 0 0.55
HSL 198.1º 1% 0.23% -
HSV(B) 198.1º 1% 0.45% -
XYZ 6.09 7.15 17.58 -
YUV 60.77 159.16 84.65 -
System Red Green Blue C M Y K H S L
Decimal 0 81 116 1 0.30 0 0.55 198.1 1 0.23
Hex 0 51 74 64 1E 0 37 C6 64 17
Octal 0 121 164 144 36 0 67 306 144 27
Binary 0 1010001 1110100 1100100 11110 0 110111 11000110 1100100 10111

Color Harmonies of #005174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005174

Black with #005174

Text Example


Text Example

White with #005174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005174; }

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

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

background-color css

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

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

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

border-color css

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

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

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