Html Css Color HEX #153E8D Dark Cerulean

📋 copy color: '#153E8D'

red 21 ◦ green 62 ◦ blue 141

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

Shades of Dark Cerulean #153E8D

Tints of Dark Cerulean #153E8D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.68%

 BLUE value IS 141 (55.47% from 255) = 62.95%

R = 9.38%
G = 27.68%
B = 62.95%

CMYK

 C value IS 0.85

 M value IS 0.56

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#153E8D (or 0x153E8D) is known color: Dark Cerulean. HEX triplet: 15, 3E and 8D. RGB value is (21,62,141). Sum of RGB (Red+Green+Blue) = 21+62+141=224 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.38% from 224); Green value is 62 (24.61% from 255 or 27.68% from 224); Blue value is 141 (55.47% from 255 or 62.95% from 224); Max value from RGB is 141 - color contains mainly: blue. Hex color #153E8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153E8D is #EAC172. Grayscale: #3A3A3A. Windows color (decimal): -15384947 or 9256469. OLE color: 9256469.

HSL color Cylindrical-coordinate representation of color #153E8D: hue angle of 219.5º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #153E8D is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 21 62 141 -
CMYK 0.85 0.56 0 0.45
HSL 219.5º 0.74% 0.32% -
HSV(B) 219.5º 0.85% 0.55% -
XYZ 6.84 5.53 25.91 -
YUV 58.75 174.42 101.08 -
System Red Green Blue C M Y K H S L
Decimal 21 62 141 0.85 0.56 0 0.45 219.5 0.74 0.32
Hex 15 3E 8D 55 38 0 2D DC 4A 20
Octal 25 76 215 125 70 0 55 334 112 40
Binary 10101 111110 10001101 1010101 111000 0 101101 11011100 1001010 100000

Color Harmonies of #153E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153E8D

Black with #153E8D

Text Example


Text Example

White with #153E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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