Html Css Color HEX #005084 Dark Cerulean

📋 copy color: '#005084'

red 0 ◦ green 80 ◦ blue 132

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

Shades of Dark Cerulean #005084

Tints of Dark Cerulean #005084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 62.26%

R = 0%
G = 37.74%
B = 62.26%

CMYK

 C value IS 1

 M value IS 0.39

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#005084 (or 0x005084) is known color: Dark Cerulean. HEX triplet: 00, 50 and 84. RGB value is (0,80,132). Sum of RGB (Red+Green+Blue) = 0+80+132=212 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 132 (51.95% from 255 or 62.26% from 212); Max value from RGB is 132 - color contains mainly: blue. Hex color #005084 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005084 is #FFAF7B. Grayscale: #3D3D3D. Windows color (decimal): -16756604 or 8671232. OLE color: 8671232.

HSL color Cylindrical-coordinate representation of color #005084: hue angle of 203.64º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005084 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 0 80 132 -
CMYK 1 0.39 0 0.48
HSL 203.64º 1% 0.26% -
HSV(B) 203.64º 1% 0.52% -
XYZ 7.03 7.4 22.89 -
YUV 62.01 167.5 83.77 -
System Red Green Blue C M Y K H S L
Decimal 0 80 132 1 0.39 0 0.48 203.64 1 0.26
Hex 0 50 84 64 27 0 30 CC 64 1A
Octal 0 120 204 144 47 0 60 314 144 32
Binary 0 1010000 10000100 1100100 100111 0 110000 11001100 1100100 11010

Color Harmonies of #005084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005084

Black with #005084

Text Example


Text Example

White with #005084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005084; }

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

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

background-color css

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

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

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

border-color css

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

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

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