Html Css Color HEX #10215D Sapphire

📋 copy color: '#10215D'

red 16 ◦ green 33 ◦ blue 93

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

Shades of Sapphire #10215D

Tints of Sapphire #10215D

RGB

 RED value IS 16 (6.64% from 255) = 11.27%

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

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

R = 11.27%
G = 23.24%
B = 65.49%

CMYK

 C value IS 0.83

 M value IS 0.65

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#10215D (or 0x10215D) is known color: Sapphire. HEX triplet: 10, 21 and 5D. RGB value is (16,33,93). Sum of RGB (Red+Green+Blue) = 16+33+93=142 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.27% from 142); Green value is 33 (13.28% from 255 or 23.24% from 142); Blue value is 93 (36.72% from 255 or 65.49% from 142); Max value from RGB is 93 - color contains mainly: blue. Hex color #10215D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10215D is #EFDEA2. Grayscale: #222222. Windows color (decimal): -15720099 or 6103312. OLE color: 6103312.

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

Color convert

RGB 16 33 93 -
CMYK 0.83 0.65 0 0.64
HSL 226.75º 0.71% 0.21% -
HSV(B) 226.75º 0.83% 0.36% -
XYZ 2.73 1.99 10.6 -
YUV 34.76 160.87 114.62 -
System Red Green Blue C M Y K H S L
Decimal 16 33 93 0.83 0.65 0 0.64 226.75 0.71 0.21
Hex 10 21 5D 53 41 0 40 E3 47 15
Octal 20 41 135 123 101 0 100 343 107 25
Binary 10000 100001 1011101 1010011 1000001 0 1000000 11100011 1000111 10101

Color Harmonies of #10215D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10215D

Black with #10215D

Text Example


Text Example

White with #10215D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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