#154385

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

Shades of Dark Cerulean #154385

Tints of Dark Cerulean #154385

Color information

#154385 (or 0x154385) is unknown color: approx Dark Cerulean. HEX triplet: 15, 43 and 85. RGB value is (21,67,133). Sum of RGB (Red+Green+Blue) = 21+67+133=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 67 (26.56% from 255 or 30.32% from 221); Blue value is 133 (52.34% from 255 or 60.18% from 221); Max value from RGB is 133 - color contains mainly: blue. Hex color #154385 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154385 is #EABC7A. Grayscale: #3C3C3C. Windows color (decimal): -15383675 or 8733461. OLE color: 8733461.

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

Color convert

RGB2167133-
CMYK0.840.5000.48
HSL215.36º72.73%30.2%-
HSV(B)215.36º84.21%52.16%-
XYZ6.555.8722.98-
YUV60.77168.7699.63-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.50%
GREEN value IS 67 (26.56% from 255) = 30.32%
BLUE value IS 133 (52.34% from 255) = 60.18%
R=9.50%
G=30.32%
B=60.18%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal21671330.840.5000.48215.3672.7330.2
Hex1543855432030d7491e
Octal251032051246206032711136
Binary101011000011100001011010100110010011000011010111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154385; }

 p { color: rgb(21,67,133); }

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

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

 a { background-color: rgb(21,67,133); }

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

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

 span { border-color: rgb(21,67,133); }

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