Html Css Color HEX #10256A Sapphire

📋 copy color: '#10256A'

red 16 ◦ green 37 ◦ blue 106

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

Shades of Sapphire #10256A

Tints of Sapphire #10256A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 66.67%

R = 10.06%
G = 23.27%
B = 66.67%

CMYK

 C value IS 0.85

 M value IS 0.65

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#10256A (or 0x10256A) is known color: Sapphire. HEX triplet: 10, 25 and 6A. RGB value is (16,37,106). Sum of RGB (Red+Green+Blue) = 16+37+106=159 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10.06% from 159); Green value is 37 (14.84% from 255 or 23.27% from 159); Blue value is 106 (41.80% from 255 or 66.67% from 159); Max value from RGB is 106 - color contains mainly: blue. Hex color #10256A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10256A is #EFDA95. Grayscale: #262626. Windows color (decimal): -15719062 or 6956304. OLE color: 6956304.

HSL color Cylindrical-coordinate representation of color #10256A: hue angle of 226º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10256A is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 16 37 106 -
CMYK 0.85 0.65 0 0.58
HSL 226º 0.74% 0.24% -
HSV(B) 226º 0.85% 0.42% -
XYZ 3.48 2.47 13.93 -
YUV 38.59 166.04 111.89 -
System Red Green Blue C M Y K H S L
Decimal 16 37 106 0.85 0.65 0 0.58 226 0.74 0.24
Hex 10 25 6A 55 41 0 3A E2 4A 18
Octal 20 45 152 125 101 0 72 342 112 30
Binary 10000 100101 1101010 1010101 1000001 0 111010 11100010 1001010 11000

Color Harmonies of #10256A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10256A

Black with #10256A

Text Example


Text Example

White with #10256A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10256A; }

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

 H1.HeaderClassName
 {
   color: #10256A;
 }
 .AnyTagClassName
 {
   color: #10256A;
 }
</style>

background-color css

<style>
 a { background-color: #10256A; }

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

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

border-color css

<style>
 span { border-color: #10256A; }

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

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