#153F7B

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

Shades of Dark Cerulean #153F7B

Tints of Dark Cerulean #153F7B

Color information

#153F7B (or 0x153F7B) is unknown color: approx Dark Cerulean. HEX triplet: 15, 3F and 7B. RGB value is (21,63,123). Sum of RGB (Red+Green+Blue) = 21+63+123=207 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.14% from 207); Green value is 63 (25% from 255 or 30.43% from 207); Blue value is 123 (48.44% from 255 or 59.42% from 207); Max value from RGB is 123 - color contains mainly: blue. Hex color #153F7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153F7B is #EAC084. Grayscale: #383838. Windows color (decimal): -15384709 or 8077077. OLE color: 8077077.

HSL color Cylindrical-coordinate representation of color #153F7B: hue angle of 215.29º 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 #153F7B is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2163123-
CMYK0.830.4900.52
HSL215.29º70.83%28.24%-
HSV(B)215.29º82.93%48.24%-
XYZ5.665.1419.43-
YUV57.28165.09102.12-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.14%
GREEN value IS 63 (25% from 255) = 30.43%
BLUE value IS 123 (48.44% from 255) = 59.42%
R=10.14%
G=30.43%
B=59.42%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal21631230.830.4900.52215.2970.8328.24
Hex153F7B5331034d7471c
Octal25771731236106432710734
Binary1010111111111110111010011110001011010011010111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,63,123); }

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

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

 a { background-color: rgb(21,63,123); }

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

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

 span { border-color: rgb(21,63,123); }

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