#153B7A

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

Shades of Dark Cerulean #153B7A

Tints of Dark Cerulean #153B7A

Color information

#153B7A (or 0x153B7A) is unknown color: approx Dark Cerulean. HEX triplet: 15, 3B and 7A. RGB value is (21,59,122). Sum of RGB (Red+Green+Blue) = 21+59+122=202 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.40% from 202); Green value is 59 (23.44% from 255 or 29.21% from 202); Blue value is 122 (48.05% from 255 or 60.40% from 202); Max value from RGB is 122 - color contains mainly: blue. Hex color #153B7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153B7A is #EAC485. Grayscale: #363636. Windows color (decimal): -15385734 or 8010517. OLE color: 8010517.

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

Color convert

RGB2159122-
CMYK0.830.5200.52
HSL217.43º70.63%28.04%-
HSV(B)217.43º82.79%47.84%-
XYZ5.394.6919.03-
YUV54.82165.91103.88-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.40%
GREEN value IS 59 (23.44% from 255) = 29.21%
BLUE value IS 122 (48.05% from 255) = 60.40%
R=10.40%
G=29.21%
B=60.40%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal21591220.830.5200.52217.4370.6328.04
Hex153B7A5334034d9471c
Octal25731721236406433110734
Binary1010111101111110101010011110100011010011011001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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