Html Css Color HEX #153B89 Dark Cerulean

📋 copy color: '#153B89'

red 21 ◦ green 59 ◦ blue 137

#153B89
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #153B89

Tints of Dark Cerulean #153B89

RGB

 RED value IS 21 (8.59% from 255) = 9.68%

 GREEN value IS 59 (23.44% from 255) = 27.19%

 BLUE value IS 137 (53.91% from 255) = 63.13%

R = 9.68%
G = 27.19%
B = 63.13%

CMYK

 C value IS 0.85

 M value IS 0.57

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#153B89 (or 0x153B89) is known color: Dark Cerulean. HEX triplet: 15, 3B and 89. RGB value is (21,59,137). Sum of RGB (Red+Green+Blue) = 21+59+137=217 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.68% from 217); Green value is 59 (23.44% from 255 or 27.19% from 217); Blue value is 137 (53.91% from 255 or 63.13% from 217); Max value from RGB is 137 - color contains mainly: blue. Hex color #153B89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153B89 is #EAC476. Grayscale: #383838. Windows color (decimal): -15385719 or 8993557. OLE color: 8993557.

HSL color Cylindrical-coordinate representation of color #153B89: hue angle of 220.34º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #153B89 is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 21 59 137 -
CMYK 0.85 0.57 0 0.46
HSL 220.34º 0.73% 0.31% -
HSV(B) 220.34º 0.85% 0.54% -
XYZ 6.39 5.09 24.31 -
YUV 56.53 173.41 102.66 -
System Red Green Blue C M Y K H S L
Decimal 21 59 137 0.85 0.57 0 0.46 220.34 0.73 0.31
Hex 15 3B 89 55 39 0 2E DC 49 1F
Octal 25 73 211 125 71 0 56 334 111 37
Binary 10101 111011 10001001 1010101 111001 0 101110 11011100 1001001 11111

Color Harmonies of #153B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153B89

Black with #153B89

Text Example


Text Example

White with #153B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #153B89;
 }
 .AnyTagClassName
 {
   color: #153B89;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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