Html Css Color HEX #005276 Dark Cerulean

📋 copy color: '#005276'

red 0 ◦ green 82 ◦ blue 118

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

Shades of Dark Cerulean #005276

Tints of Dark Cerulean #005276

RGB

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

 GREEN value IS 82 (32.42% from 255) = 41%

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

R = 0%
G = 41%
B = 59%

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

#005276 (or 0x005276) is known color: Dark Cerulean. HEX triplet: 00, 52 and 76. RGB value is (0,82,118). Sum of RGB (Red+Green+Blue) = 0+82+118=200 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 118 (46.48% from 255 or 59% from 200); Max value from RGB is 118 - color contains mainly: blue. Hex color #005276 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005276 is #FFAD89. Grayscale: #3D3D3D. Windows color (decimal): -16756106 or 7754240. OLE color: 7754240.

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

Color convert

RGB 0 82 118 -
CMYK 1 0.31 0 0.54
HSL 198.31º 1% 0.23% -
HSV(B) 198.31º 1% 0.46% -
XYZ 6.29 7.34 18.23 -
YUV 61.59 159.83 84.07 -
System Red Green Blue C M Y K H S L
Decimal 0 82 118 1 0.31 0 0.54 198.31 1 0.23
Hex 0 52 76 64 1F 0 36 C6 64 17
Octal 0 122 166 144 37 0 66 306 144 27
Binary 0 1010010 1110110 1100100 11111 0 110110 11000110 1100100 10111

Color Harmonies of #005276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005276

Black with #005276

Text Example


Text Example

White with #005276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005276; }

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

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

background-color css

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

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

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

border-color css

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

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

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