Html Css Color HEX #10266F Sapphire

📋 copy color: '#10266F'

red 16 ◦ green 38 ◦ blue 111

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

Shades of Sapphire #10266F

Tints of Sapphire #10266F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 67.27%

R = 9.7%
G = 23.03%
B = 67.27%

CMYK

 C value IS 0.86

 M value IS 0.66

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#10266F (or 0x10266F) is known color: Sapphire. HEX triplet: 10, 26 and 6F. RGB value is (16,38,111). Sum of RGB (Red+Green+Blue) = 16+38+111=165 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.70% from 165); Green value is 38 (15.23% from 255 or 23.03% from 165); Blue value is 111 (43.75% from 255 or 67.27% from 165); Max value from RGB is 111 - color contains mainly: blue. Hex color #10266F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10266F is #EFD990. Grayscale: #272727. Windows color (decimal): -15718801 or 7284240. OLE color: 7284240.

HSL color Cylindrical-coordinate representation of color #10266F: hue angle of 226.11º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10266F is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 16 38 111 -
CMYK 0.86 0.66 0 0.56
HSL 226.11º 0.75% 0.25% -
HSV(B) 226.11º 0.86% 0.44% -
XYZ 3.78 2.64 15.35 -
YUV 39.74 168.21 111.06 -
System Red Green Blue C M Y K H S L
Decimal 16 38 111 0.86 0.66 0 0.56 226.11 0.75 0.25
Hex 10 26 6F 56 42 0 38 E2 4B 19
Octal 20 46 157 126 102 0 70 342 113 31
Binary 10000 100110 1101111 1010110 1000010 0 111000 11100010 1001011 11001

Color Harmonies of #10266F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10266F

Black with #10266F

Text Example


Text Example

White with #10266F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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