Html Css Color HEX #005076 Dark Cerulean

📋 copy color: '#005076'

red 0 ◦ green 80 ◦ blue 118

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

Shades of Dark Cerulean #005076

Tints of Dark Cerulean #005076

RGB

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

 GREEN value IS 80 (31.64% from 255) = 40.4%

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

R = 0%
G = 40.4%
B = 59.6%

CMYK

 C value IS 1

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#005076 (or 0x005076) is known color: Dark Cerulean. HEX triplet: 00, 50 and 76. RGB value is (0,80,118). Sum of RGB (Red+Green+Blue) = 0+80+118=198 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 118 (46.48% from 255 or 59.60% from 198); Max value from RGB is 118 - color contains mainly: blue. Hex color #005076 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005076 is #FFAF89. Grayscale: #3C3C3C. Windows color (decimal): -16756618 or 7753728. OLE color: 7753728.

HSL color Cylindrical-coordinate representation of color #005076: hue angle of 199.32º 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 #005076 is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 80 118 -
CMYK 1 0.32 0 0.54
HSL 199.32º 1% 0.23% -
HSV(B) 199.32º 1% 0.46% -
XYZ 6.14 7.05 18.18 -
YUV 60.41 160.5 84.91 -
System Red Green Blue C M Y K H S L
Decimal 0 80 118 1 0.32 0 0.54 199.32 1 0.23
Hex 0 50 76 64 20 0 36 C7 64 17
Octal 0 120 166 144 40 0 66 307 144 27
Binary 0 1010000 1110110 1100100 100000 0 110110 11000111 1100100 10111

Color Harmonies of #005076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005076

Black with #005076

Text Example


Text Example

White with #005076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005076; }

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

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

background-color css

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

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

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

border-color css

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

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

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