Html Css Color HEX #10295F Sapphire

📋 copy color: '#10295F'

red 16 ◦ green 41 ◦ blue 95

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

Shades of Sapphire #10295F

Tints of Sapphire #10295F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 62.5%

R = 10.53%
G = 26.97%
B = 62.5%

CMYK

 C value IS 0.83

 M value IS 0.57

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#10295F (or 0x10295F) is known color: Sapphire. HEX triplet: 10, 29 and 5F. RGB value is (16,41,95). Sum of RGB (Red+Green+Blue) = 16+41+95=152 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.53% from 152); Green value is 41 (16.41% from 255 or 26.97% from 152); Blue value is 95 (37.5% from 255 or 62.5% from 152); Max value from RGB is 95 - color contains mainly: blue. Hex color #10295F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10295F is #EFD6A0. Grayscale: #272727. Windows color (decimal): -15718049 or 6236432. OLE color: 6236432.

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

Color convert

RGB 16 41 95 -
CMYK 0.83 0.57 0 0.63
HSL 221.01º 0.71% 0.22% -
HSV(B) 221.01º 0.83% 0.37% -
XYZ 3.07 2.52 11.15 -
YUV 39.68 159.22 111.11 -
System Red Green Blue C M Y K H S L
Decimal 16 41 95 0.83 0.57 0 0.63 221.01 0.71 0.22
Hex 10 29 5F 53 39 0 3F DD 47 16
Octal 20 51 137 123 71 0 77 335 107 26
Binary 10000 101001 1011111 1010011 111001 0 111111 11011101 1000111 10110

Color Harmonies of #10295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10295F

Black with #10295F

Text Example


Text Example

White with #10295F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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