Html Css Color HEX #10295E Sapphire

📋 copy color: '#10295E'

red 16 ◦ green 41 ◦ blue 94

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

Shades of Sapphire #10295E

Tints of Sapphire #10295E

RGB

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

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

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

R = 10.6%
G = 27.15%
B = 62.25%

CMYK

 C value IS 0.83

 M value IS 0.56

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#10295E (or 0x10295E) is known color: Sapphire. HEX triplet: 10, 29 and 5E. RGB value is (16,41,94). Sum of RGB (Red+Green+Blue) = 16+41+94=151 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.60% from 151); Green value is 41 (16.41% from 255 or 27.15% from 151); Blue value is 94 (37.11% from 255 or 62.25% from 151); Max value from RGB is 94 - color contains mainly: blue. Hex color #10295E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10295E is #EFD6A1. Grayscale: #272727. Windows color (decimal): -15718050 or 6170896. OLE color: 6170896.

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

Color convert

RGB 16 41 94 -
CMYK 0.83 0.56 0 0.63
HSL 220.77º 0.71% 0.22% -
HSV(B) 220.77º 0.83% 0.37% -
XYZ 3.03 2.5 10.91 -
YUV 39.57 158.72 111.19 -
System Red Green Blue C M Y K H S L
Decimal 16 41 94 0.83 0.56 0 0.63 220.77 0.71 0.22
Hex 10 29 5E 53 38 0 3F DD 47 16
Octal 20 51 136 123 70 0 77 335 107 26
Binary 10000 101001 1011110 1010011 111000 0 111111 11011101 1000111 10110

Color Harmonies of #10295E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10295E

Black with #10295E

Text Example


Text Example

White with #10295E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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