Html Css Color HEX #10287D Sapphire

📋 copy color: '#10287D'

red 16 ◦ green 40 ◦ blue 125

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

Shades of Sapphire #10287D

Tints of Sapphire #10287D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 69.06%

R = 8.84%
G = 22.1%
B = 69.06%

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

#10287D (or 0x10287D) is known color: Sapphire. HEX triplet: 10, 28 and 7D. RGB value is (16,40,125). Sum of RGB (Red+Green+Blue) = 16+40+125=181 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.84% from 181); Green value is 40 (16.02% from 255 or 22.10% from 181); Blue value is 125 (49.22% from 255 or 69.06% from 181); Max value from RGB is 125 - color contains mainly: blue. Hex color #10287D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10287D is #EFD782. Grayscale: #2A2A2A. Windows color (decimal): -15718275 or 8202256. OLE color: 8202256.

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

Color convert

RGB 16 40 125 -
CMYK 0.87 0.68 0 0.51
HSL 226.79º 0.77% 0.28% -
HSV(B) 226.79º 0.87% 0.49% -
XYZ 4.67 3.11 19.76 -
YUV 42.51 174.55 109.09 -
System Red Green Blue C M Y K H S L
Decimal 16 40 125 0.87 0.68 0 0.51 226.79 0.77 0.28
Hex 10 28 7D 57 44 0 33 E3 4D 1C
Octal 20 50 175 127 104 0 63 343 115 34
Binary 10000 101000 1111101 1010111 1000100 0 110011 11100011 1001101 11100

Color Harmonies of #10287D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10287D

Black with #10287D

Text Example


Text Example

White with #10287D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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