Html Css Color HEX #005184 Dark Cerulean

📋 copy color: '#005184'

red 0 ◦ green 81 ◦ blue 132

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

Shades of Dark Cerulean #005184

Tints of Dark Cerulean #005184

RGB

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

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

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

R = 0%
G = 38.03%
B = 61.97%

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

#005184 (or 0x005184) is known color: Dark Cerulean. HEX triplet: 00, 51 and 84. RGB value is (0,81,132). Sum of RGB (Red+Green+Blue) = 0+81+132=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 81 (32.03% from 255 or 38.03% from 213); Blue value is 132 (51.95% from 255 or 61.97% from 213); Max value from RGB is 132 - color contains mainly: blue. Hex color #005184 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005184 is #FFAE7B. Grayscale: #3E3E3E. Windows color (decimal): -16756348 or 8671488. OLE color: 8671488.

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

Color convert

RGB 0 81 132 -
CMYK 1 0.39 0 0.48
HSL 203.18º 1% 0.26% -
HSV(B) 203.18º 1% 0.52% -
XYZ 7.11 7.55 22.91 -
YUV 62.6 167.16 83.35 -
System Red Green Blue C M Y K H S L
Decimal 0 81 132 1 0.39 0 0.48 203.18 1 0.26
Hex 0 51 84 64 27 0 30 CB 64 1A
Octal 0 121 204 144 47 0 60 313 144 32
Binary 0 1010001 10000100 1100100 100111 0 110000 11001011 1100100 11010

Color Harmonies of #005184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005184

Black with #005184

Text Example


Text Example

White with #005184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005184; }

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

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

background-color css

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

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

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

border-color css

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

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

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