Html Css Color HEX #10215C Sapphire

📋 copy color: '#10215C'

red 16 ◦ green 33 ◦ blue 92

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

Shades of Sapphire #10215C

Tints of Sapphire #10215C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 65.25%

R = 11.35%
G = 23.4%
B = 65.25%

CMYK

 C value IS 0.83

 M value IS 0.64

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#10215C (or 0x10215C) is known color: Sapphire. HEX triplet: 10, 21 and 5C. RGB value is (16,33,92). Sum of RGB (Red+Green+Blue) = 16+33+92=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 33 (13.28% from 255 or 23.40% from 141); Blue value is 92 (36.33% from 255 or 65.25% from 141); Max value from RGB is 92 - color contains mainly: blue. Hex color #10215C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10215C is #EFDEA3. Grayscale: #222222. Windows color (decimal): -15720100 or 6037776. OLE color: 6037776.

HSL color Cylindrical-coordinate representation of color #10215C: hue angle of 226.58º degrees, saturation: 0.7, 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 #10215C is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 16 33 92 -
CMYK 0.83 0.64 0 0.64
HSL 226.58º 0.7% 0.21% -
HSV(B) 226.58º 0.83% 0.36% -
XYZ 2.69 1.97 10.36 -
YUV 34.64 160.37 114.7 -
System Red Green Blue C M Y K H S L
Decimal 16 33 92 0.83 0.64 0 0.64 226.58 0.7 0.21
Hex 10 21 5C 53 40 0 40 E3 46 15
Octal 20 41 134 123 100 0 100 343 106 25
Binary 10000 100001 1011100 1010011 1000000 0 1000000 11100011 1000110 10101

Color Harmonies of #10215C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10215C

Black with #10215C

Text Example


Text Example

White with #10215C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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