Html Css Color HEX #10285E Sapphire

📋 copy color: '#10285E'

red 16 ◦ green 40 ◦ blue 94

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

Shades of Sapphire #10285E

Tints of Sapphire #10285E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 62.67%

R = 10.67%
G = 26.67%
B = 62.67%

CMYK

 C value IS 0.83

 M value IS 0.57

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#10285E (or 0x10285E) is known color: Sapphire. HEX triplet: 10, 28 and 5E. RGB value is (16,40,94). Sum of RGB (Red+Green+Blue) = 16+40+94=150 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.67% from 150); Green value is 40 (16.02% from 255 or 26.67% from 150); Blue value is 94 (37.11% from 255 or 62.67% from 150); Max value from RGB is 94 - color contains mainly: blue. Hex color #10285E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10285E is #EFD7A1. Grayscale: #262626. Windows color (decimal): -15718306 or 6170640. OLE color: 6170640.

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

Color convert

RGB 16 40 94 -
CMYK 0.83 0.57 0 0.63
HSL 221.54º 0.71% 0.22% -
HSV(B) 221.54º 0.83% 0.37% -
XYZ 2.99 2.44 10.9 -
YUV 38.98 159.05 111.61 -
System Red Green Blue C M Y K H S L
Decimal 16 40 94 0.83 0.57 0 0.63 221.54 0.71 0.22
Hex 10 28 5E 53 39 0 3F DE 47 16
Octal 20 50 136 123 71 0 77 336 107 26
Binary 10000 101000 1011110 1010011 111001 0 111111 11011110 1000111 10110

Color Harmonies of #10285E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10285E

Black with #10285E

Text Example


Text Example

White with #10285E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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