Html Css Color HEX #153F82 Dark Cerulean

📋 copy color: '#153F82'

red 21 ◦ green 63 ◦ blue 130

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

Shades of Dark Cerulean #153F82

Tints of Dark Cerulean #153F82

RGB

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

 GREEN value IS 63 (25% from 255) = 29.44%

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

R = 9.81%
G = 29.44%
B = 60.75%

CMYK

 C value IS 0.84

 M value IS 0.52

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#153F82 (or 0x153F82) is known color: Dark Cerulean. HEX triplet: 15, 3F and 82. RGB value is (21,63,130). Sum of RGB (Red+Green+Blue) = 21+63+130=214 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.81% from 214); Green value is 63 (25% from 255 or 29.44% from 214); Blue value is 130 (51.17% from 255 or 60.75% from 214); Max value from RGB is 130 - color contains mainly: blue. Hex color #153F82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153F82 is #EAC07D. Grayscale: #393939. Windows color (decimal): -15384702 or 8535829. OLE color: 8535829.

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

Color convert

RGB 21 63 130 -
CMYK 0.84 0.52 0 0.49
HSL 216.88º 0.72% 0.3% -
HSV(B) 216.88º 0.84% 0.51% -
XYZ 6.12 5.33 21.82 -
YUV 58.08 168.59 101.55 -
System Red Green Blue C M Y K H S L
Decimal 21 63 130 0.84 0.52 0 0.49 216.88 0.72 0.3
Hex 15 3F 82 54 34 0 31 D9 48 1E
Octal 25 77 202 124 64 0 61 331 110 36
Binary 10101 111111 10000010 1010100 110100 0 110001 11011001 1001000 11110

Color Harmonies of #153F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153F82

Black with #153F82

Text Example


Text Example

White with #153F82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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