Html Css Color HEX #10296D Sapphire

📋 copy color: '#10296D'

red 16 ◦ green 41 ◦ blue 109

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

Shades of Sapphire #10296D

Tints of Sapphire #10296D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 65.66%

R = 9.64%
G = 24.7%
B = 65.66%

CMYK

 C value IS 0.85

 M value IS 0.62

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#10296D (or 0x10296D) is known color: Sapphire. HEX triplet: 10, 29 and 6D. RGB value is (16,41,109). Sum of RGB (Red+Green+Blue) = 16+41+109=166 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.64% from 166); Green value is 41 (16.41% from 255 or 24.70% from 166); Blue value is 109 (42.97% from 255 or 65.66% from 166); Max value from RGB is 109 - color contains mainly: blue. Hex color #10296D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10296D is #EFD692. Grayscale: #282828. Windows color (decimal): -15718035 or 7153936. OLE color: 7153936.

HSL color Cylindrical-coordinate representation of color #10296D: hue angle of 223.87º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10296D is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 16 41 109 -
CMYK 0.85 0.62 0 0.57
HSL 223.87º 0.74% 0.25% -
HSV(B) 223.87º 0.85% 0.43% -
XYZ 3.77 2.8 14.81 -
YUV 41.28 166.22 109.97 -
System Red Green Blue C M Y K H S L
Decimal 16 41 109 0.85 0.62 0 0.57 223.87 0.74 0.25
Hex 10 29 6D 55 3E 0 39 E0 4A 19
Octal 20 51 155 125 76 0 71 340 112 31
Binary 10000 101001 1101101 1010101 111110 0 111001 11100000 1001010 11001

Color Harmonies of #10296D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10296D

Black with #10296D

Text Example


Text Example

White with #10296D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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