Html Css Color HEX #10286D Sapphire

📋 copy color: '#10286D'

red 16 ◦ green 40 ◦ blue 109

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

Shades of Sapphire #10286D

Tints of Sapphire #10286D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 66.06%

R = 9.7%
G = 24.24%
B = 66.06%

CMYK

 C value IS 0.85

 M value IS 0.63

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#10286D (or 0x10286D) is known color: Sapphire. HEX triplet: 10, 28 and 6D. RGB value is (16,40,109). Sum of RGB (Red+Green+Blue) = 16+40+109=165 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.70% from 165); Green value is 40 (16.02% from 255 or 24.24% from 165); Blue value is 109 (42.97% from 255 or 66.06% from 165); Max value from RGB is 109 - color contains mainly: blue. Hex color #10286D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10286D is #EFD792. Grayscale: #282828. Windows color (decimal): -15718291 or 7153680. OLE color: 7153680.

HSL color Cylindrical-coordinate representation of color #10286D: hue angle of 224.52º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10286D is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 16 40 109 -
CMYK 0.85 0.63 0 0.57
HSL 224.52º 0.74% 0.25% -
HSV(B) 224.52º 0.85% 0.43% -
XYZ 3.73 2.73 14.8 -
YUV 40.69 166.55 110.39 -
System Red Green Blue C M Y K H S L
Decimal 16 40 109 0.85 0.63 0 0.57 224.52 0.74 0.25
Hex 10 28 6D 55 3F 0 39 E1 4A 19
Octal 20 50 155 125 77 0 71 341 112 31
Binary 10000 101000 1101101 1010101 111111 0 111001 11100001 1001010 11001

Color Harmonies of #10286D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10286D

Black with #10286D

Text Example


Text Example

White with #10286D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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