Html Css Color HEX #153882 Dark Cerulean

📋 copy color: '#153882'

red 21 ◦ green 56 ◦ blue 130

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

Shades of Dark Cerulean #153882

Tints of Dark Cerulean #153882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 62.8%

R = 10.14%
G = 27.05%
B = 62.8%

CMYK

 C value IS 0.84

 M value IS 0.57

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#153882 (or 0x153882) is known color: Dark Cerulean. HEX triplet: 15, 38 and 82. RGB value is (21,56,130). Sum of RGB (Red+Green+Blue) = 21+56+130=207 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.14% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 130 (51.17% from 255 or 62.80% from 207); Max value from RGB is 130 - color contains mainly: blue. Hex color #153882 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153882 is #EAC77D. Grayscale: #353535. Windows color (decimal): -15386494 or 8534037. OLE color: 8534037.

HSL color Cylindrical-coordinate representation of color #153882: hue angle of 220.73º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #153882 is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 21 56 130 -
CMYK 0.84 0.57 0 0.49
HSL 220.73º 0.72% 0.3% -
HSV(B) 220.73º 0.84% 0.51% -
XYZ 5.75 4.6 21.7 -
YUV 53.97 170.9 104.48 -
System Red Green Blue C M Y K H S L
Decimal 21 56 130 0.84 0.57 0 0.49 220.73 0.72 0.3
Hex 15 38 82 54 39 0 31 DD 48 1E
Octal 25 70 202 124 71 0 61 335 110 36
Binary 10101 111000 10000010 1010100 111001 0 110001 11011101 1001000 11110

Color Harmonies of #153882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153882

Black with #153882

Text Example


Text Example

White with #153882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153882; }

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

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

background-color css

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

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

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

border-color css

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

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

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