Html Css Color HEX #153175 Sapphire

📋 copy color: '#153175'

red 21 ◦ green 49 ◦ blue 117

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

Shades of Sapphire #153175

Tints of Sapphire #153175

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.2%

 BLUE value IS 117 (46.09% from 255) = 62.57%

R = 11.23%
G = 26.2%
B = 62.57%

CMYK

 C value IS 0.82

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#153175 (or 0x153175) is known color: Sapphire. HEX triplet: 15, 31 and 75. RGB value is (21,49,117). Sum of RGB (Red+Green+Blue) = 21+49+117=187 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.23% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 117 (46.09% from 255 or 62.57% from 187); Max value from RGB is 117 - color contains mainly: blue. Hex color #153175 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153175 is #EACE8A. Grayscale: #303030. Windows color (decimal): -15388299 or 7680277. OLE color: 7680277.

HSL color Cylindrical-coordinate representation of color #153175: hue angle of 222.5º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #153175 is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 21 49 117 -
CMYK 0.82 0.58 0 0.54
HSL 222.5º 0.7% 0.27% -
HSV(B) 222.5º 0.82% 0.46% -
XYZ 4.62 3.64 17.29 -
YUV 48.38 166.72 108.47 -
System Red Green Blue C M Y K H S L
Decimal 21 49 117 0.82 0.58 0 0.54 222.5 0.7 0.27
Hex 15 31 75 52 3A 0 36 DE 46 1B
Octal 25 61 165 122 72 0 66 336 106 33
Binary 10101 110001 1110101 1010010 111010 0 110110 11011110 1000110 11011

Color Harmonies of #153175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153175

Black with #153175

Text Example


Text Example

White with #153175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153175; }

 p { color: rgb(21,49,117); }

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

background-color css

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

 a { background-color: rgb(21,49,117); }

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

border-color css

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

 span { border-color: rgb(21,49,117); }

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