Html Css Color HEX #153886 Dark Cerulean

📋 copy color: '#153886'

red 21 ◦ green 56 ◦ blue 134

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

Shades of Dark Cerulean #153886

Tints of Dark Cerulean #153886

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.54%

 BLUE value IS 134 (52.73% from 255) = 63.51%

R = 9.95%
G = 26.54%
B = 63.51%

CMYK

 C value IS 0.84

 M value IS 0.58

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#153886 (or 0x153886) is known color: Dark Cerulean. HEX triplet: 15, 38 and 86. RGB value is (21,56,134). Sum of RGB (Red+Green+Blue) = 21+56+134=211 (27% of max value = 765). Red value is 21 (8.59% from 255 or 9.95% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 134 (52.73% from 255 or 63.51% from 211); Max value from RGB is 134 - color contains mainly: blue. Hex color #153886 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153886 is #EAC779. Grayscale: #363636. Windows color (decimal): -15386490 or 8796181. OLE color: 8796181.

HSL color Cylindrical-coordinate representation of color #153886: hue angle of 221.42º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #153886 is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 21 56 134 -
CMYK 0.84 0.58 0 0.47
HSL 221.42º 0.73% 0.3% -
HSV(B) 221.42º 0.84% 0.53% -
XYZ 6.03 4.71 23.15 -
YUV 54.43 172.9 104.16 -
System Red Green Blue C M Y K H S L
Decimal 21 56 134 0.84 0.58 0 0.47 221.42 0.73 0.3
Hex 15 38 86 54 3A 0 2F DD 49 1E
Octal 25 70 206 124 72 0 57 335 111 36
Binary 10101 111000 10000110 1010100 111010 0 101111 11011101 1001001 11110

Color Harmonies of #153886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153886

Black with #153886

Text Example


Text Example

White with #153886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153886; }

 p { color: rgb(21,56,134); }

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

background-color css

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

 a { background-color: rgb(21,56,134); }

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

border-color css

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

 span { border-color: rgb(21,56,134); }

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