Html Css Color HEX #153164 Sapphire

📋 copy color: '#153164'

red 21 ◦ green 49 ◦ blue 100

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

Shades of Sapphire #153164

Tints of Sapphire #153164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 58.82%

R = 12.35%
G = 28.82%
B = 58.82%

CMYK

 C value IS 0.79

 M value IS 0.51

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#153164 (or 0x153164) is known color: Sapphire. HEX triplet: 15, 31 and 64. RGB value is (21,49,100). Sum of RGB (Red+Green+Blue) = 21+49+100=170 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.35% from 170); Green value is 49 (19.53% from 255 or 28.82% from 170); Blue value is 100 (39.45% from 255 or 58.82% from 170); Max value from RGB is 100 - color contains mainly: blue. Hex color #153164 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153164 is #EACE9B. Grayscale: #2E2E2E. Windows color (decimal): -15388316 or 6566165. OLE color: 6566165.

HSL color Cylindrical-coordinate representation of color #153164: hue angle of 218.73º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #153164 is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 21 49 100 -
CMYK 0.79 0.51 0 0.61
HSL 218.73º 0.65% 0.24% -
HSV(B) 218.73º 0.79% 0.39% -
XYZ 3.71 3.28 12.49 -
YUV 46.44 158.22 109.85 -
System Red Green Blue C M Y K H S L
Decimal 21 49 100 0.79 0.51 0 0.61 218.73 0.65 0.24
Hex 15 31 64 4F 33 0 3D DB 41 18
Octal 25 61 144 117 63 0 75 333 101 30
Binary 10101 110001 1100100 1001111 110011 0 111101 11011011 1000001 11000

Color Harmonies of #153164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153164

Black with #153164

Text Example


Text Example

White with #153164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153164; }

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

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

background-color css

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

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

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

border-color css

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

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

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