Html Css Color HEX #16215D Sapphire

📋 copy color: '#16215D'

red 22 ◦ green 33 ◦ blue 93

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

Shades of Sapphire #16215D

Tints of Sapphire #16215D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 22.3%

 BLUE value IS 93 (36.72% from 255) = 62.84%

R = 14.86%
G = 22.3%
B = 62.84%

CMYK

 C value IS 0.76

 M value IS 0.65

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#16215D (or 0x16215D) is known color: Sapphire. HEX triplet: 16, 21 and 5D. RGB value is (22,33,93). Sum of RGB (Red+Green+Blue) = 22+33+93=148 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.86% from 148); Green value is 33 (13.28% from 255 or 22.30% from 148); Blue value is 93 (36.72% from 255 or 62.84% from 148); Max value from RGB is 93 - color contains mainly: blue. Hex color #16215D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16215D is #E9DEA2. Grayscale: #242424. Windows color (decimal): -15326883 or 6103318. OLE color: 6103318.

HSL color Cylindrical-coordinate representation of color #16215D: hue angle of 230.7º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #16215D is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 22 33 93 -
CMYK 0.76 0.65 0 0.64
HSL 230.7º 0.62% 0.23% -
HSV(B) 230.7º 0.76% 0.36% -
XYZ 2.85 2.05 10.6 -
YUV 36.55 159.86 117.62 -
System Red Green Blue C M Y K H S L
Decimal 22 33 93 0.76 0.65 0 0.64 230.7 0.62 0.23
Hex 16 21 5D 4C 41 0 40 E7 3E 17
Octal 26 41 135 114 101 0 100 347 76 27
Binary 10110 100001 1011101 1001100 1000001 0 1000000 11100111 111110 10111

Color Harmonies of #16215D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16215D

Black with #16215D

Text Example


Text Example

White with #16215D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16215D; }

 p { color: rgb(22,33,93); }

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

background-color css

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

 a { background-color: rgb(22,33,93); }

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

border-color css

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

 span { border-color: rgb(22,33,93); }

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