Html Css Color HEX #10266D Sapphire

📋 copy color: '#10266D'

red 16 ◦ green 38 ◦ blue 109

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

Shades of Sapphire #10266D

Tints of Sapphire #10266D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 66.87%

R = 9.82%
G = 23.31%
B = 66.87%

CMYK

 C value IS 0.85

 M value IS 0.65

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#10266D (or 0x10266D) is known color: Sapphire. HEX triplet: 10, 26 and 6D. RGB value is (16,38,109). Sum of RGB (Red+Green+Blue) = 16+38+109=163 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.82% from 163); Green value is 38 (15.23% from 255 or 23.31% from 163); Blue value is 109 (42.97% from 255 or 66.87% from 163); Max value from RGB is 109 - color contains mainly: blue. Hex color #10266D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10266D is #EFD992. Grayscale: #272727. Windows color (decimal): -15718803 or 7153168. OLE color: 7153168.

HSL color Cylindrical-coordinate representation of color #10266D: hue angle of 225.81º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10266D is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 16 38 109 -
CMYK 0.85 0.65 0 0.57
HSL 225.81º 0.74% 0.25% -
HSV(B) 225.81º 0.85% 0.43% -
XYZ 3.67 2.6 14.78 -
YUV 39.52 167.21 111.23 -
System Red Green Blue C M Y K H S L
Decimal 16 38 109 0.85 0.65 0 0.57 225.81 0.74 0.25
Hex 10 26 6D 55 41 0 39 E2 4A 19
Octal 20 46 155 125 101 0 71 342 112 31
Binary 10000 100110 1101101 1010101 1000001 0 111001 11100010 1001010 11001

Color Harmonies of #10266D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10266D

Black with #10266D

Text Example


Text Example

White with #10266D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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