Html Css Color HEX #153F84 Dark Cerulean

📋 copy color: '#153F84'

red 21 ◦ green 63 ◦ blue 132

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

Shades of Dark Cerulean #153F84

Tints of Dark Cerulean #153F84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 61.11%

R = 9.72%
G = 29.17%
B = 61.11%

CMYK

 C value IS 0.84

 M value IS 0.52

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#153F84 (or 0x153F84) is known color: Dark Cerulean. HEX triplet: 15, 3F and 84. RGB value is (21,63,132). Sum of RGB (Red+Green+Blue) = 21+63+132=216 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.72% from 216); Green value is 63 (25% from 255 or 29.17% from 216); Blue value is 132 (51.95% from 255 or 61.11% from 216); Max value from RGB is 132 - color contains mainly: blue. Hex color #153F84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153F84 is #EAC07B. Grayscale: #393939. Windows color (decimal): -15384700 or 8666901. OLE color: 8666901.

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

Color convert

RGB 21 63 132 -
CMYK 0.84 0.52 0 0.48
HSL 217.3º 0.73% 0.3% -
HSV(B) 217.3º 0.84% 0.52% -
XYZ 6.25 5.38 22.54 -
YUV 58.31 169.59 101.39 -
System Red Green Blue C M Y K H S L
Decimal 21 63 132 0.84 0.52 0 0.48 217.3 0.73 0.3
Hex 15 3F 84 54 34 0 30 D9 49 1E
Octal 25 77 204 124 64 0 60 331 111 36
Binary 10101 111111 10000100 1010100 110100 0 110000 11011001 1001001 11110

Color Harmonies of #153F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153F84

Black with #153F84

Text Example


Text Example

White with #153F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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