Html Css Color HEX #10296E Sapphire

📋 copy color: '#10296E'

red 16 ◦ green 41 ◦ blue 110

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

Shades of Sapphire #10296E

Tints of Sapphire #10296E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 65.87%

R = 9.58%
G = 24.55%
B = 65.87%

CMYK

 C value IS 0.85

 M value IS 0.63

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#10296E (or 0x10296E) is known color: Sapphire. HEX triplet: 10, 29 and 6E. RGB value is (16,41,110). Sum of RGB (Red+Green+Blue) = 16+41+110=167 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.58% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 110 (43.36% from 255 or 65.87% from 167); Max value from RGB is 110 - color contains mainly: blue. Hex color #10296E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10296E is #EFD691. Grayscale: #292929. Windows color (decimal): -15718034 or 7219472. OLE color: 7219472.

HSL color Cylindrical-coordinate representation of color #10296E: hue angle of 224.04º degrees, saturation: 0.75, 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 #10296E is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 16 41 110 -
CMYK 0.85 0.63 0 0.57
HSL 224.04º 0.75% 0.25% -
HSV(B) 224.04º 0.85% 0.43% -
XYZ 3.82 2.82 15.1 -
YUV 41.39 166.72 109.89 -
System Red Green Blue C M Y K H S L
Decimal 16 41 110 0.85 0.63 0 0.57 224.04 0.75 0.25
Hex 10 29 6E 55 3F 0 39 E0 4B 19
Octal 20 51 156 125 77 0 71 340 113 31
Binary 10000 101001 1101110 1010101 111111 0 111001 11100000 1001011 11001

Color Harmonies of #10296E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10296E

Black with #10296E

Text Example


Text Example

White with #10296E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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