Html Css Color HEX #10285D Sapphire

📋 copy color: '#10285D'

red 16 ◦ green 40 ◦ blue 93

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

Shades of Sapphire #10285D

Tints of Sapphire #10285D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 62.42%

R = 10.74%
G = 26.85%
B = 62.42%

CMYK

 C value IS 0.83

 M value IS 0.57

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#10285D (or 0x10285D) is known color: Sapphire. HEX triplet: 10, 28 and 5D. RGB value is (16,40,93). Sum of RGB (Red+Green+Blue) = 16+40+93=149 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.74% from 149); Green value is 40 (16.02% from 255 or 26.85% from 149); Blue value is 93 (36.72% from 255 or 62.42% from 149); Max value from RGB is 93 - color contains mainly: blue. Hex color #10285D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10285D is #EFD7A2. Grayscale: #262626. Windows color (decimal): -15718307 or 6105104. OLE color: 6105104.

HSL color Cylindrical-coordinate representation of color #10285D: hue angle of 221.3º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10285D is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 16 40 93 -
CMYK 0.83 0.57 0 0.64
HSL 221.3º 0.71% 0.21% -
HSV(B) 221.3º 0.83% 0.36% -
XYZ 2.95 2.42 10.67 -
YUV 38.87 158.55 111.69 -
System Red Green Blue C M Y K H S L
Decimal 16 40 93 0.83 0.57 0 0.64 221.3 0.71 0.21
Hex 10 28 5D 53 39 0 40 DD 47 15
Octal 20 50 135 123 71 0 100 335 107 25
Binary 10000 101000 1011101 1010011 111001 0 1000000 11011101 1000111 10101

Color Harmonies of #10285D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10285D

Black with #10285D

Text Example


Text Example

White with #10285D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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