Html Css Color HEX #153880 Dark Cerulean

📋 copy color: '#153880'

red 21 ◦ green 56 ◦ blue 128

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

Shades of Dark Cerulean #153880

Tints of Dark Cerulean #153880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 62.44%

R = 10.24%
G = 27.32%
B = 62.44%

CMYK

 C value IS 0.84

 M value IS 0.56

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#153880 (or 0x153880) is known color: Dark Cerulean. HEX triplet: 15, 38 and 80. RGB value is (21,56,128). Sum of RGB (Red+Green+Blue) = 21+56+128=205 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.24% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 128 (50.39% from 255 or 62.44% from 205); Max value from RGB is 128 - color contains mainly: blue. Hex color #153880 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153880 is #EAC77F. Grayscale: #353535. Windows color (decimal): -15386496 or 8402965. OLE color: 8402965.

HSL color Cylindrical-coordinate representation of color #153880: hue angle of 220.37º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #153880 is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 21 56 128 -
CMYK 0.84 0.56 0 0.50
HSL 220.37º 0.72% 0.29% -
HSV(B) 220.37º 0.84% 0.5% -
XYZ 5.62 4.55 21 -
YUV 53.74 169.9 104.65 -
System Red Green Blue C M Y K H S L
Decimal 21 56 128 0.84 0.56 0 0.50 220.37 0.72 0.29
Hex 15 38 80 54 38 0 32 DC 48 1D
Octal 25 70 200 124 70 0 62 334 110 35
Binary 10101 111000 10000000 1010100 111000 0 110010 11011100 1001000 11101

Color Harmonies of #153880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153880

Black with #153880

Text Example


Text Example

White with #153880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153880; }

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

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

background-color css

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

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

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

border-color css

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

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

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