Html Css Color HEX #10287F Sapphire

📋 copy color: '#10287F'

red 16 ◦ green 40 ◦ blue 127

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

Shades of Sapphire #10287F

Tints of Sapphire #10287F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.86%

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

R = 8.74%
G = 21.86%
B = 69.4%

CMYK

 C value IS 0.87

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#10287F (or 0x10287F) is known color: Sapphire. HEX triplet: 10, 28 and 7F. RGB value is (16,40,127). Sum of RGB (Red+Green+Blue) = 16+40+127=183 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.74% from 183); Green value is 40 (16.02% from 255 or 21.86% from 183); Blue value is 127 (50% from 255 or 69.40% from 183); Max value from RGB is 127 - color contains mainly: blue. Hex color #10287F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10287F is #EFD780. Grayscale: #2A2A2A. Windows color (decimal): -15718273 or 8333328. OLE color: 8333328.

HSL color Cylindrical-coordinate representation of color #10287F: hue angle of 227.03º 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 #10287F is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 16 40 127 -
CMYK 0.87 0.69 0 0.50
HSL 227.03º 0.78% 0.28% -
HSV(B) 227.03º 0.87% 0.5% -
XYZ 4.8 3.16 20.44 -
YUV 42.74 175.55 108.93 -
System Red Green Blue C M Y K H S L
Decimal 16 40 127 0.87 0.69 0 0.50 227.03 0.78 0.28
Hex 10 28 7F 57 45 0 32 E3 4E 1C
Octal 20 50 177 127 105 0 62 343 116 34
Binary 10000 101000 1111111 1010111 1000101 0 110010 11100011 1001110 11100

Color Harmonies of #10287F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10287F

Black with #10287F

Text Example


Text Example

White with #10287F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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