Html Css Color HEX #153166 Sapphire

📋 copy color: '#153166'

red 21 ◦ green 49 ◦ blue 102

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

Shades of Sapphire #153166

Tints of Sapphire #153166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 59.3%

R = 12.21%
G = 28.49%
B = 59.3%

CMYK

 C value IS 0.79

 M value IS 0.52

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#153166 (or 0x153166) is known color: Sapphire. HEX triplet: 15, 31 and 66. RGB value is (21,49,102). Sum of RGB (Red+Green+Blue) = 21+49+102=172 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.21% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 102 (40.23% from 255 or 59.30% from 172); Max value from RGB is 102 - color contains mainly: blue. Hex color #153166 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153166 is #EACE99. Grayscale: #2E2E2E. Windows color (decimal): -15388314 or 6697237. OLE color: 6697237.

HSL color Cylindrical-coordinate representation of color #153166: hue angle of 219.26º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #153166 is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 21 49 102 -
CMYK 0.79 0.52 0 0.6
HSL 219.26º 0.66% 0.24% -
HSV(B) 219.26º 0.79% 0.4% -
XYZ 3.81 3.32 13.01 -
YUV 46.67 159.22 109.69 -
System Red Green Blue C M Y K H S L
Decimal 21 49 102 0.79 0.52 0 0.6 219.26 0.66 0.24
Hex 15 31 66 4F 34 0 3C DB 42 18
Octal 25 61 146 117 64 0 74 333 102 30
Binary 10101 110001 1100110 1001111 110100 0 111100 11011011 1000010 11000

Color Harmonies of #153166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153166

Black with #153166

Text Example


Text Example

White with #153166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153166; }

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

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

background-color css

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

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

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

border-color css

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

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

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