#155184

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

Shades of Dark Cerulean #155184

Tints of Dark Cerulean #155184

Color information

#155184 (or 0x155184) is unknown color: approx Dark Cerulean. HEX triplet: 15, 51 and 84. RGB value is (21,81,132). Sum of RGB (Red+Green+Blue) = 21+81+132=234 (30% of max value = 765). Red value is 21 (8.59% from 255 or 8.97% from 234); Green value is 81 (32.03% from 255 or 34.62% from 234); Blue value is 132 (51.95% from 255 or 56.41% from 234); Max value from RGB is 132 - color contains mainly: blue. Hex color #155184 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155184 is #EAAE7B. Grayscale: #444444. Windows color (decimal): -15380092 or 8671509. OLE color: 8671509.

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

Color convert

RGB2181132-
CMYK0.840.3900.48
HSL207.57º72.55%30%-
HSV(B)207.57º84.09%51.76%-
XYZ7.427.7122.93-
YUV68.87163.6293.85-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.97%
GREEN value IS 81 (32.03% from 255) = 34.62%
BLUE value IS 132 (51.95% from 255) = 56.41%
R=8.97%
G=34.62%
B=56.41%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal21811320.840.3900.48207.5772.5530
Hex1551845427030d0491e
Octal251212041244706032011136
Binary101011010001100001001010100100111011000011010000100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155184; }

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

 H1.HeaderClassName
 {
   color: #155184;
 }
 .AnyTagClassName
 {
   color: #155184;
 }
</style>
background-color css

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

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

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

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

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

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