Html Css Color HEX #153373 Sapphire

📋 copy color: '#153373'

red 21 ◦ green 51 ◦ blue 115

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

Shades of Sapphire #153373

Tints of Sapphire #153373

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.27%

 BLUE value IS 115 (45.31% from 255) = 61.5%

R = 11.23%
G = 27.27%
B = 61.5%

CMYK

 C value IS 0.82

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#153373 (or 0x153373) is known color: Sapphire. HEX triplet: 15, 33 and 73. RGB value is (21,51,115). Sum of RGB (Red+Green+Blue) = 21+51+115=187 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.23% from 187); Green value is 51 (20.31% from 255 or 27.27% from 187); Blue value is 115 (45.31% from 255 or 61.50% from 187); Max value from RGB is 115 - color contains mainly: blue. Hex color #153373 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153373 is #EACC8C. Grayscale: #313131. Windows color (decimal): -15387789 or 7549717. OLE color: 7549717.

HSL color Cylindrical-coordinate representation of color #153373: hue angle of 220.85º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #153373 is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 21 51 115 -
CMYK 0.82 0.56 0 0.55
HSL 220.85º 0.69% 0.27% -
HSV(B) 220.85º 0.82% 0.45% -
XYZ 4.59 3.76 16.7 -
YUV 49.33 165.06 107.8 -
System Red Green Blue C M Y K H S L
Decimal 21 51 115 0.82 0.56 0 0.55 220.85 0.69 0.27
Hex 15 33 73 52 38 0 37 DD 45 1B
Octal 25 63 163 122 70 0 67 335 105 33
Binary 10101 110011 1110011 1010010 111000 0 110111 11011101 1000101 11011

Color Harmonies of #153373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153373

Black with #153373

Text Example


Text Example

White with #153373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153373; }

 p { color: rgb(21,51,115); }

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

background-color css

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

 a { background-color: rgb(21,51,115); }

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

border-color css

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

 span { border-color: rgb(21,51,115); }

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