Html Css Color HEX #10295D Sapphire

📋 copy color: '#10295D'

red 16 ◦ green 41 ◦ blue 93

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

Shades of Sapphire #10295D

Tints of Sapphire #10295D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 62%

R = 10.67%
G = 27.33%
B = 62%

CMYK

 C value IS 0.83

 M value IS 0.56

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#10295D (or 0x10295D) is known color: Sapphire. HEX triplet: 10, 29 and 5D. RGB value is (16,41,93). Sum of RGB (Red+Green+Blue) = 16+41+93=150 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.67% from 150); Green value is 41 (16.41% from 255 or 27.33% from 150); Blue value is 93 (36.72% from 255 or 62% from 150); Max value from RGB is 93 - color contains mainly: blue. Hex color #10295D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10295D is #EFD6A2. Grayscale: #272727. Windows color (decimal): -15718051 or 6105360. OLE color: 6105360.

HSL color Cylindrical-coordinate representation of color #10295D: hue angle of 220.52º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10295D is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 16 41 93 -
CMYK 0.83 0.56 0 0.64
HSL 220.52º 0.71% 0.21% -
HSV(B) 220.52º 0.83% 0.36% -
XYZ 2.98 2.49 10.68 -
YUV 39.45 158.22 111.27 -
System Red Green Blue C M Y K H S L
Decimal 16 41 93 0.83 0.56 0 0.64 220.52 0.71 0.21
Hex 10 29 5D 53 38 0 40 DD 47 15
Octal 20 51 135 123 70 0 100 335 107 25
Binary 10000 101001 1011101 1010011 111000 0 1000000 11011101 1000111 10101

Color Harmonies of #10295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10295D

Black with #10295D

Text Example


Text Example

White with #10295D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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