Html Css Color HEX #10255E Sapphire

📋 copy color: '#10255E'

red 16 ◦ green 37 ◦ blue 94

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

Shades of Sapphire #10255E

Tints of Sapphire #10255E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 25.17%

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

R = 10.88%
G = 25.17%
B = 63.95%

CMYK

 C value IS 0.83

 M value IS 0.61

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#10255E (or 0x10255E) is known color: Sapphire. HEX triplet: 10, 25 and 5E. RGB value is (16,37,94). Sum of RGB (Red+Green+Blue) = 16+37+94=147 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.88% from 147); Green value is 37 (14.84% from 255 or 25.17% from 147); Blue value is 94 (37.11% from 255 or 63.95% from 147); Max value from RGB is 94 - color contains mainly: blue. Hex color #10255E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10255E is #EFDAA1. Grayscale: #242424. Windows color (decimal): -15719074 or 6169872. OLE color: 6169872.

HSL color Cylindrical-coordinate representation of color #10255E: hue angle of 223.85º 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 #10255E is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 16 37 94 -
CMYK 0.83 0.61 0 0.63
HSL 223.85º 0.71% 0.22% -
HSV(B) 223.85º 0.83% 0.37% -
XYZ 2.9 2.24 10.87 -
YUV 37.22 160.04 112.87 -
System Red Green Blue C M Y K H S L
Decimal 16 37 94 0.83 0.61 0 0.63 223.85 0.71 0.22
Hex 10 25 5E 53 3D 0 3F E0 47 16
Octal 20 45 136 123 75 0 77 340 107 26
Binary 10000 100101 1011110 1010011 111101 0 111111 11100000 1000111 10110

Color Harmonies of #10255E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10255E

Black with #10255E

Text Example


Text Example

White with #10255E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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