Html Css Color HEX #005176 Dark Cerulean

📋 copy color: '#005176'

red 0 ◦ green 81 ◦ blue 118

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

Shades of Dark Cerulean #005176

Tints of Dark Cerulean #005176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 59.3%

R = 0%
G = 40.7%
B = 59.3%

CMYK

 C value IS 1

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#005176 (or 0x005176) is known color: Dark Cerulean. HEX triplet: 00, 51 and 76. RGB value is (0,81,118). Sum of RGB (Red+Green+Blue) = 0+81+118=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 81 (32.03% from 255 or 40.70% from 199); Blue value is 118 (46.48% from 255 or 59.30% from 199); Max value from RGB is 118 - color contains mainly: blue. Hex color #005176 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005176 is #FFAE89. Grayscale: #3C3C3C. Windows color (decimal): -16756362 or 7753984. OLE color: 7753984.

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

Color convert

RGB 0 81 118 -
CMYK 1 0.31 0 0.54
HSL 198.81º 1% 0.23% -
HSV(B) 198.81º 1% 0.46% -
XYZ 6.21 7.19 18.2 -
YUV 61 160.16 84.49 -
System Red Green Blue C M Y K H S L
Decimal 0 81 118 1 0.31 0 0.54 198.81 1 0.23
Hex 0 51 76 64 1F 0 36 C7 64 17
Octal 0 121 166 144 37 0 66 307 144 27
Binary 0 1010001 1110110 1100100 11111 0 110110 11000111 1100100 10111

Color Harmonies of #005176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005176

Black with #005176

Text Example


Text Example

White with #005176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005176; }

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

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

background-color css

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

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

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

border-color css

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

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

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