Html Css Color HEX #153279 Sapphire

📋 copy color: '#153279'

red 21 ◦ green 50 ◦ blue 121

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

Shades of Sapphire #153279

Tints of Sapphire #153279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 63.02%

R = 10.94%
G = 26.04%
B = 63.02%

CMYK

 C value IS 0.83

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#153279 (or 0x153279) is known color: Sapphire. HEX triplet: 15, 32 and 79. RGB value is (21,50,121). Sum of RGB (Red+Green+Blue) = 21+50+121=192 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.94% from 192); Green value is 50 (19.92% from 255 or 26.04% from 192); Blue value is 121 (47.66% from 255 or 63.02% from 192); Max value from RGB is 121 - color contains mainly: blue. Hex color #153279 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153279 is #EACD86. Grayscale: #313131. Windows color (decimal): -15388039 or 7942677. OLE color: 7942677.

HSL color Cylindrical-coordinate representation of color #153279: hue angle of 222.6º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #153279 is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 21 50 121 -
CMYK 0.83 0.59 0 0.53
HSL 222.6º 0.7% 0.28% -
HSV(B) 222.6º 0.83% 0.47% -
XYZ 4.9 3.82 18.57 -
YUV 49.42 168.39 107.73 -
System Red Green Blue C M Y K H S L
Decimal 21 50 121 0.83 0.59 0 0.53 222.6 0.7 0.28
Hex 15 32 79 53 3B 0 35 DF 46 1C
Octal 25 62 171 123 73 0 65 337 106 34
Binary 10101 110010 1111001 1010011 111011 0 110101 11011111 1000110 11100

Color Harmonies of #153279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153279

Black with #153279

Text Example


Text Example

White with #153279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153279; }

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

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

background-color css

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

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

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

border-color css

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

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

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