Html Css Color HEX #153162 Sapphire

📋 copy color: '#153162'

red 21 ◦ green 49 ◦ blue 98

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

Shades of Sapphire #153162

Tints of Sapphire #153162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 58.33%

R = 12.5%
G = 29.17%
B = 58.33%

CMYK

 C value IS 0.79

 M value IS 0.5

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#153162 (or 0x153162) is known color: Sapphire. HEX triplet: 15, 31 and 62. RGB value is (21,49,98). Sum of RGB (Red+Green+Blue) = 21+49+98=168 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.5% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 98 (38.67% from 255 or 58.33% from 168); Max value from RGB is 98 - color contains mainly: blue. Hex color #153162 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153162 is #EACE9D. Grayscale: #2D2D2D. Windows color (decimal): -15388318 or 6435093. OLE color: 6435093.

HSL color Cylindrical-coordinate representation of color #153162: hue angle of 218.18º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #153162 is Cyan = 0.79, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 49 98 -
CMYK 0.79 0.5 0 0.62
HSL 218.18º 0.65% 0.23% -
HSV(B) 218.18º 0.79% 0.38% -
XYZ 3.61 3.24 11.99 -
YUV 46.21 157.22 110.02 -
System Red Green Blue C M Y K H S L
Decimal 21 49 98 0.79 0.5 0 0.62 218.18 0.65 0.23
Hex 15 31 62 4F 32 0 3E DA 41 17
Octal 25 61 142 117 62 0 76 332 101 27
Binary 10101 110001 1100010 1001111 110010 0 111110 11011010 1000001 10111

Color Harmonies of #153162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153162

Black with #153162

Text Example


Text Example

White with #153162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153162; }

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

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

background-color css

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

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

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

border-color css

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

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

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