Html Css Color HEX #10267F Sapphire

📋 copy color: '#10267F'

red 16 ◦ green 38 ◦ blue 127

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

Shades of Sapphire #10267F

Tints of Sapphire #10267F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 70.17%

R = 8.84%
G = 20.99%
B = 70.17%

CMYK

 C value IS 0.87

 M value IS 0.70

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#10267F (or 0x10267F) is known color: Sapphire. HEX triplet: 10, 26 and 7F. RGB value is (16,38,127). Sum of RGB (Red+Green+Blue) = 16+38+127=181 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.84% from 181); Green value is 38 (15.23% from 255 or 20.99% from 181); Blue value is 127 (50% from 255 or 70.17% from 181); Max value from RGB is 127 - color contains mainly: blue. Hex color #10267F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10267F is #EFD980. Grayscale: #292929. Windows color (decimal): -15718785 or 8332816. OLE color: 8332816.

HSL color Cylindrical-coordinate representation of color #10267F: hue angle of 228.11º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10267F is Cyan = 0.87, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 16 38 127 -
CMYK 0.87 0.70 0 0.50
HSL 228.11º 0.78% 0.28% -
HSV(B) 228.11º 0.87% 0.5% -
XYZ 4.74 3.03 20.41 -
YUV 41.57 176.21 109.76 -
System Red Green Blue C M Y K H S L
Decimal 16 38 127 0.87 0.70 0 0.50 228.11 0.78 0.28
Hex 10 26 7F 57 46 0 32 E4 4E 1C
Octal 20 46 177 127 106 0 62 344 116 34
Binary 10000 100110 1111111 1010111 1000110 0 110010 11100100 1001110 11100

Color Harmonies of #10267F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10267F

Black with #10267F

Text Example


Text Example

White with #10267F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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