Html Css Color HEX #10206C Sapphire

📋 copy color: '#10206C'

red 16 ◦ green 32 ◦ blue 108

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

Shades of Sapphire #10206C

Tints of Sapphire #10206C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.51%

 BLUE value IS 108 (42.58% from 255) = 69.23%

R = 10.26%
G = 20.51%
B = 69.23%

CMYK

 C value IS 0.85

 M value IS 0.70

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#10206C (or 0x10206C) is known color: Sapphire. HEX triplet: 10, 20 and 6C. RGB value is (16,32,108). Sum of RGB (Red+Green+Blue) = 16+32+108=156 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.26% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 108 (42.58% from 255 or 69.23% from 156); Max value from RGB is 108 - color contains mainly: blue. Hex color #10206C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10206C is #EFDF93. Grayscale: #232323. Windows color (decimal): -15720340 or 7086096. OLE color: 7086096.

HSL color Cylindrical-coordinate representation of color #10206C: hue angle of 229.57º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10206C is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 16 32 108 -
CMYK 0.85 0.70 0 0.58
HSL 229.57º 0.74% 0.24% -
HSV(B) 229.57º 0.85% 0.42% -
XYZ 3.44 2.23 14.44 -
YUV 35.88 168.7 113.82 -
System Red Green Blue C M Y K H S L
Decimal 16 32 108 0.85 0.70 0 0.58 229.57 0.74 0.24
Hex 10 20 6C 55 46 0 3A E6 4A 18
Octal 20 40 154 125 106 0 72 346 112 30
Binary 10000 100000 1101100 1010101 1000110 0 111010 11100110 1001010 11000

Color Harmonies of #10206C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10206C

Black with #10206C

Text Example


Text Example

White with #10206C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,32,108); }

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

background-color css

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

 a { background-color: rgb(16,32,108); }

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

border-color css

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

 span { border-color: rgb(16,32,108); }

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