Html Css Color HEX #153165 Sapphire

📋 copy color: '#153165'

red 21 ◦ green 49 ◦ blue 101

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

Shades of Sapphire #153165

Tints of Sapphire #153165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 59.06%

R = 12.28%
G = 28.65%
B = 59.06%

CMYK

 C value IS 0.79

 M value IS 0.51

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#153165 (or 0x153165) is known color: Sapphire. HEX triplet: 15, 31 and 65. RGB value is (21,49,101). Sum of RGB (Red+Green+Blue) = 21+49+101=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 49 (19.53% from 255 or 28.65% from 171); Blue value is 101 (39.84% from 255 or 59.06% from 171); Max value from RGB is 101 - color contains mainly: blue. Hex color #153165 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153165 is #EACE9A. Grayscale: #2E2E2E. Windows color (decimal): -15388315 or 6631701. OLE color: 6631701.

HSL color Cylindrical-coordinate representation of color #153165: hue angle of 219º 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 #153165 is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 21 49 101 -
CMYK 0.79 0.51 0 0.60
HSL 219º 0.66% 0.24% -
HSV(B) 219º 0.79% 0.4% -
XYZ 3.76 3.3 12.75 -
YUV 46.56 158.72 109.77 -
System Red Green Blue C M Y K H S L
Decimal 21 49 101 0.79 0.51 0 0.60 219 0.66 0.24
Hex 15 31 65 4F 33 0 3C DB 42 18
Octal 25 61 145 117 63 0 74 333 102 30
Binary 10101 110001 1100101 1001111 110011 0 111100 11011011 1000010 11000

Color Harmonies of #153165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153165

Black with #153165

Text Example


Text Example

White with #153165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153165; }

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

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

background-color css

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

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

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

border-color css

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

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

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