Html Css Color HEX #16315F Sapphire

📋 copy color: '#16315F'

red 22 ◦ green 49 ◦ blue 95

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

Shades of Sapphire #16315F

Tints of Sapphire #16315F

RGB

 RED value IS 22 (8.98% from 255) = 13.25%

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

 BLUE value IS 95 (37.5% from 255) = 57.23%

R = 13.25%
G = 29.52%
B = 57.23%

CMYK

 C value IS 0.77

 M value IS 0.48

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#16315F (or 0x16315F) is known color: Sapphire. HEX triplet: 16, 31 and 5F. RGB value is (22,49,95). Sum of RGB (Red+Green+Blue) = 22+49+95=166 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.25% from 166); Green value is 49 (19.53% from 255 or 29.52% from 166); Blue value is 95 (37.5% from 255 or 57.23% from 166); Max value from RGB is 95 - color contains mainly: blue. Hex color #16315F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16315F is #E9CEA0. Grayscale: #2D2D2D. Windows color (decimal): -15322785 or 6238486. OLE color: 6238486.

HSL color Cylindrical-coordinate representation of color #16315F: hue angle of 217.81º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #16315F is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 22 49 95 -
CMYK 0.77 0.48 0 0.63
HSL 217.81º 0.62% 0.23% -
HSV(B) 217.81º 0.77% 0.37% -
XYZ 3.49 3.19 11.26 -
YUV 46.17 155.55 110.76 -
System Red Green Blue C M Y K H S L
Decimal 22 49 95 0.77 0.48 0 0.63 217.81 0.62 0.23
Hex 16 31 5F 4D 30 0 3F DA 3E 17
Octal 26 61 137 115 60 0 77 332 76 27
Binary 10110 110001 1011111 1001101 110000 0 111111 11011010 111110 10111

Color Harmonies of #16315F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16315F

Black with #16315F

Text Example


Text Example

White with #16315F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16315F; }

 p { color: rgb(22,49,95); }

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

background-color css

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

 a { background-color: rgb(22,49,95); }

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

border-color css

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

 span { border-color: rgb(22,49,95); }

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