Html Css Color HEX #005292 Dark Cerulean

📋 copy color: '#005292'

red 0 ◦ green 82 ◦ blue 146

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

Shades of Dark Cerulean #005292

Tints of Dark Cerulean #005292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 64.04%

R = 0%
G = 35.96%
B = 64.04%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#005292 (or 0x005292) is known color: Dark Cerulean. HEX triplet: 00, 52 and 92. RGB value is (0,82,146). Sum of RGB (Red+Green+Blue) = 0+82+146=228 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 146 (57.42% from 255 or 64.04% from 228); Max value from RGB is 146 - color contains mainly: blue. Hex color #005292 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005292 is #FFAD6D. Grayscale: #404040. Windows color (decimal): -16756078 or 9589248. OLE color: 9589248.

HSL color Cylindrical-coordinate representation of color #005292: hue angle of 206.3º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005292 is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 0 82 146 -
CMYK 1 0.44 0 0.43
HSL 206.3º 1% 0.29% -
HSV(B) 206.3º 1% 0.57% -
XYZ 8.21 8.11 28.33 -
YUV 64.78 173.83 81.8 -
System Red Green Blue C M Y K H S L
Decimal 0 82 146 1 0.44 0 0.43 206.3 1 0.29
Hex 0 52 92 64 2C 0 2B CE 64 1D
Octal 0 122 222 144 54 0 53 316 144 35
Binary 0 1010010 10010010 1100100 101100 0 101011 11001110 1100100 11101

Color Harmonies of #005292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005292

Black with #005292

Text Example


Text Example

White with #005292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005292; }

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

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

background-color css

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

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

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

border-color css

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

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

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