#153B74

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

Shades of Dark Cerulean #153B74

Tints of Dark Cerulean #153B74

Color information

#153B74 (or 0x153B74) is unknown color: approx Dark Cerulean. HEX triplet: 15, 3B and 74. RGB value is (21,59,116). Sum of RGB (Red+Green+Blue) = 21+59+116=196 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.71% from 196); Green value is 59 (23.44% from 255 or 30.10% from 196); Blue value is 116 (45.70% from 255 or 59.18% from 196); Max value from RGB is 116 - color contains mainly: blue. Hex color #153B74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153B74 is #EAC48B. Grayscale: #353535. Windows color (decimal): -15385740 or 7617301. OLE color: 7617301.

HSL color Cylindrical-coordinate representation of color #153B74: hue angle of 216º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #153B74 is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2159116-
CMYK0.820.4900.55
HSL216º69.34%26.86%-
HSV(B)216º81.9%45.49%-
XYZ5.034.5517.14-
YUV54.14162.91104.37-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.71%
GREEN value IS 59 (23.44% from 255) = 30.10%
BLUE value IS 116 (45.70% from 255) = 59.18%
R=10.71%
G=30.10%
B=59.18%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21591160.820.4900.5521669.3426.86
Hex153B745231037d8451b
Octal25731641226106733010533
Binary1010111101111101001010010110001011011111011000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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