#153C7A

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

Shades of Dark Cerulean #153C7A

Tints of Dark Cerulean #153C7A

Color information

#153C7A (or 0x153C7A) is unknown color: approx Dark Cerulean. HEX triplet: 15, 3C and 7A. RGB value is (21,60,122). Sum of RGB (Red+Green+Blue) = 21+60+122=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 60 (23.83% from 255 or 29.56% from 203); Blue value is 122 (48.05% from 255 or 60.10% from 203); Max value from RGB is 122 - color contains mainly: blue. Hex color #153C7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153C7A is #EAC385. Grayscale: #373737. Windows color (decimal): -15385478 or 8010773. OLE color: 8010773.

HSL color Cylindrical-coordinate representation of color #153C7A: hue angle of 216.83º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #153C7A is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2160122-
CMYK0.830.5100.52
HSL216.83º70.63%28.04%-
HSV(B)216.83º82.79%47.84%-
XYZ5.444.819.05-
YUV55.41165.58103.46-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.34%
GREEN value IS 60 (23.83% from 255) = 29.56%
BLUE value IS 122 (48.05% from 255) = 60.10%
R=10.34%
G=29.56%
B=60.10%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal21601220.830.5100.52216.8370.6328.04
Hex153C7A5333034d9471c
Octal25741721236306433110734
Binary1010111110011110101010011110011011010011011001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153C7A; }

 p { color: rgb(21,60,122); }

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

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

 a { background-color: rgb(21,60,122); }

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

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

 span { border-color: rgb(21,60,122); }

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