Html Css Color HEX #10296A Sapphire

📋 copy color: '#10296A'

red 16 ◦ green 41 ◦ blue 106

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

Shades of Sapphire #10296A

Tints of Sapphire #10296A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25.15%

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

R = 9.82%
G = 25.15%
B = 65.03%

CMYK

 C value IS 0.85

 M value IS 0.61

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#10296A (or 0x10296A) is known color: Sapphire. HEX triplet: 10, 29 and 6A. RGB value is (16,41,106). Sum of RGB (Red+Green+Blue) = 16+41+106=163 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.82% from 163); Green value is 41 (16.41% from 255 or 25.15% from 163); Blue value is 106 (41.80% from 255 or 65.03% from 163); Max value from RGB is 106 - color contains mainly: blue. Hex color #10296A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10296A is #EFD695. Grayscale: #282828. Windows color (decimal): -15718038 or 6957328. OLE color: 6957328.

HSL color Cylindrical-coordinate representation of color #10296A: hue angle of 223.33º 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 #10296A is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 16 41 106 -
CMYK 0.85 0.61 0 0.58
HSL 223.33º 0.74% 0.24% -
HSV(B) 223.33º 0.85% 0.42% -
XYZ 3.61 2.74 13.97 -
YUV 40.94 164.72 110.21 -
System Red Green Blue C M Y K H S L
Decimal 16 41 106 0.85 0.61 0 0.58 223.33 0.74 0.24
Hex 10 29 6A 55 3D 0 3A DF 4A 18
Octal 20 51 152 125 75 0 72 337 112 30
Binary 10000 101001 1101010 1010101 111101 0 111010 11011111 1001010 11000

Color Harmonies of #10296A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10296A

Black with #10296A

Text Example


Text Example

White with #10296A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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