Html Css Color HEX #10287C Sapphire

📋 copy color: '#10287C'

red 16 ◦ green 40 ◦ blue 124

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

Shades of Sapphire #10287C

Tints of Sapphire #10287C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 68.89%

R = 8.89%
G = 22.22%
B = 68.89%

CMYK

 C value IS 0.87

 M value IS 0.68

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#10287C (or 0x10287C) is known color: Sapphire. HEX triplet: 10, 28 and 7C. RGB value is (16,40,124). Sum of RGB (Red+Green+Blue) = 16+40+124=180 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.89% from 180); Green value is 40 (16.02% from 255 or 22.22% from 180); Blue value is 124 (48.83% from 255 or 68.89% from 180); Max value from RGB is 124 - color contains mainly: blue. Hex color #10287C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10287C is #EFD783. Grayscale: #2A2A2A. Windows color (decimal): -15718276 or 8136720. OLE color: 8136720.

HSL color Cylindrical-coordinate representation of color #10287C: hue angle of 226.67º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10287C is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 16 40 124 -
CMYK 0.87 0.68 0 0.51
HSL 226.67º 0.77% 0.27% -
HSV(B) 226.67º 0.87% 0.49% -
XYZ 4.61 3.08 19.42 -
YUV 42.4 174.05 109.17 -
System Red Green Blue C M Y K H S L
Decimal 16 40 124 0.87 0.68 0 0.51 226.67 0.77 0.27
Hex 10 28 7C 57 44 0 33 E3 4D 1B
Octal 20 50 174 127 104 0 63 343 115 33
Binary 10000 101000 1111100 1010111 1000100 0 110011 11100011 1001101 11011

Color Harmonies of #10287C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10287C

Black with #10287C

Text Example


Text Example

White with #10287C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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