Html Css Color HEX #153282 Dark Cerulean

📋 copy color: '#153282'

red 21 ◦ green 50 ◦ blue 130

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

Shades of Dark Cerulean #153282

Tints of Dark Cerulean #153282

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.88%

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

R = 10.45%
G = 24.88%
B = 64.68%

CMYK

 C value IS 0.84

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#153282 (or 0x153282) is known color: Dark Cerulean. HEX triplet: 15, 32 and 82. RGB value is (21,50,130). Sum of RGB (Red+Green+Blue) = 21+50+130=201 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.45% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 130 (51.17% from 255 or 64.68% from 201); Max value from RGB is 130 - color contains mainly: blue. Hex color #153282 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153282 is #EACD7D. Grayscale: #323232. Windows color (decimal): -15388030 or 8532501. OLE color: 8532501.

HSL color Cylindrical-coordinate representation of color #153282: hue angle of 224.04º 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 #153282 is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 21 50 130 -
CMYK 0.84 0.62 0 0.49
HSL 224.04º 0.72% 0.3% -
HSV(B) 224.04º 0.84% 0.51% -
XYZ 5.48 4.05 21.61 -
YUV 50.45 172.89 107 -
System Red Green Blue C M Y K H S L
Decimal 21 50 130 0.84 0.62 0 0.49 224.04 0.72 0.3
Hex 15 32 82 54 3E 0 31 E0 48 1E
Octal 25 62 202 124 76 0 61 340 110 36
Binary 10101 110010 10000010 1010100 111110 0 110001 11100000 1001000 11110

Color Harmonies of #153282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153282

Black with #153282

Text Example


Text Example

White with #153282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153282; }

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

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

background-color css

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

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

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

border-color css

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

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

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