#005184

Color #005184 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #005184

Tints of Dark Cerulean #005184

Color information

#005184 (or 0x005184) is unknown color: approx 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

RGB081132-
CMYK10.3900.48
HSL203.18º100%25.88%-
HSV(B)203.18º100%51.76%-
XYZ7.117.5522.91-
YUV62.6167.1683.35-

RGB Variations

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

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 (Cyan) values IS 1
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal08113210.3900.48203.1810025.88
Hex051846427030cb641a
Octal01212041444706031314432
Binary01010001100001001100100100111011000011001011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>