#153E7A

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

Shades of Dark Cerulean #153E7A

Tints of Dark Cerulean #153E7A

Color information

#153E7A (or 0x153E7A) is unknown color: approx Dark Cerulean. HEX triplet: 15, 3E and 7A. RGB value is (21,62,122). Sum of RGB (Red+Green+Blue) = 21+62+122=205 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.24% from 205); Green value is 62 (24.61% from 255 or 30.24% from 205); Blue value is 122 (48.05% from 255 or 59.51% from 205); Max value from RGB is 122 - color contains mainly: blue. Hex color #153E7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153E7A is #EAC185. Grayscale: #383838. Windows color (decimal): -15384966 or 8011285. OLE color: 8011285.

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

Color convert

RGB2162122-
CMYK0.830.4900.52
HSL215.64º70.63%28.04%-
HSV(B)215.64º82.79%47.84%-
XYZ5.545.0119.09-
YUV56.58164.92102.62-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.24%
GREEN value IS 62 (24.61% from 255) = 30.24%
BLUE value IS 122 (48.05% from 255) = 59.51%
R=10.24%
G=30.24%
B=59.51%

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
Decimal21621220.830.4900.52215.6470.6328.04
Hex153E7A5331034d8471c
Octal25761721236106433010734
Binary1010111111011110101010011110001011010011011000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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