Html Css Color HEX #10266C Sapphire

📋 copy color: '#10266C'

red 16 ◦ green 38 ◦ blue 108

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

Shades of Sapphire #10266C

Tints of Sapphire #10266C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.46%

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

R = 9.88%
G = 23.46%
B = 66.67%

CMYK

 C value IS 0.85

 M value IS 0.65

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#10266C (or 0x10266C) is known color: Sapphire. HEX triplet: 10, 26 and 6C. RGB value is (16,38,108). Sum of RGB (Red+Green+Blue) = 16+38+108=162 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.88% from 162); Green value is 38 (15.23% from 255 or 23.46% from 162); Blue value is 108 (42.58% from 255 or 66.67% from 162); Max value from RGB is 108 - color contains mainly: blue. Hex color #10266C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10266C is #EFD993. Grayscale: #272727. Windows color (decimal): -15718804 or 7087632. OLE color: 7087632.

HSL color Cylindrical-coordinate representation of color #10266C: hue angle of 225.65º 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 #10266C is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 16 38 108 -
CMYK 0.85 0.65 0 0.58
HSL 225.65º 0.74% 0.24% -
HSV(B) 225.65º 0.85% 0.42% -
XYZ 3.61 2.58 14.49 -
YUV 39.4 166.71 111.31 -
System Red Green Blue C M Y K H S L
Decimal 16 38 108 0.85 0.65 0 0.58 225.65 0.74 0.24
Hex 10 26 6C 55 41 0 3A E2 4A 18
Octal 20 46 154 125 101 0 72 342 112 30
Binary 10000 100110 1101100 1010101 1000001 0 111010 11100010 1001010 11000

Color Harmonies of #10266C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10266C

Black with #10266C

Text Example


Text Example

White with #10266C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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