Html Css Color HEX #153673 Sapphire

📋 copy color: '#153673'

red 21 ◦ green 54 ◦ blue 115

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

Shades of Sapphire #153673

Tints of Sapphire #153673

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.42%

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

R = 11.05%
G = 28.42%
B = 60.53%

CMYK

 C value IS 0.82

 M value IS 0.53

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#153673 (or 0x153673) is known color: Sapphire. HEX triplet: 15, 36 and 73. RGB value is (21,54,115). Sum of RGB (Red+Green+Blue) = 21+54+115=190 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.05% from 190); Green value is 54 (21.48% from 255 or 28.42% from 190); Blue value is 115 (45.31% from 255 or 60.53% from 190); Max value from RGB is 115 - color contains mainly: blue. Hex color #153673 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153673 is #EAC98C. Grayscale: #323232. Windows color (decimal): -15387021 or 7550485. OLE color: 7550485.

HSL color Cylindrical-coordinate representation of color #153673: hue angle of 218.94º 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 #153673 is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 21 54 115 -
CMYK 0.82 0.53 0 0.55
HSL 218.94º 0.69% 0.27% -
HSV(B) 218.94º 0.82% 0.45% -
XYZ 4.72 4.04 16.75 -
YUV 51.09 164.07 106.54 -
System Red Green Blue C M Y K H S L
Decimal 21 54 115 0.82 0.53 0 0.55 218.94 0.69 0.27
Hex 15 36 73 52 35 0 37 DB 45 1B
Octal 25 66 163 122 65 0 67 333 105 33
Binary 10101 110110 1110011 1010010 110101 0 110111 11011011 1000101 11011

Color Harmonies of #153673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153673

Black with #153673

Text Example


Text Example

White with #153673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153673; }

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

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

background-color css

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

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

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

border-color css

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

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

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