Html Css Color HEX #10265D Sapphire

📋 copy color: '#10265D'

red 16 ◦ green 38 ◦ blue 93

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

Shades of Sapphire #10265D

Tints of Sapphire #10265D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 25.85%

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

R = 10.88%
G = 25.85%
B = 63.27%

CMYK

 C value IS 0.83

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#10265D (or 0x10265D) is known color: Sapphire. HEX triplet: 10, 26 and 5D. RGB value is (16,38,93). Sum of RGB (Red+Green+Blue) = 16+38+93=147 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.88% from 147); Green value is 38 (15.23% from 255 or 25.85% from 147); Blue value is 93 (36.72% from 255 or 63.27% from 147); Max value from RGB is 93 - color contains mainly: blue. Hex color #10265D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10265D is #EFD9A2. Grayscale: #252525. Windows color (decimal): -15718819 or 6104592. OLE color: 6104592.

HSL color Cylindrical-coordinate representation of color #10265D: hue angle of 222.86º 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 #10265D is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 16 38 93 -
CMYK 0.83 0.59 0 0.64
HSL 222.86º 0.71% 0.21% -
HSV(B) 222.86º 0.83% 0.36% -
XYZ 2.88 2.29 10.65 -
YUV 37.69 159.21 112.53 -
System Red Green Blue C M Y K H S L
Decimal 16 38 93 0.83 0.59 0 0.64 222.86 0.71 0.21
Hex 10 26 5D 53 3B 0 40 DF 47 15
Octal 20 46 135 123 73 0 100 337 107 25
Binary 10000 100110 1011101 1010011 111011 0 1000000 11011111 1000111 10101

Color Harmonies of #10265D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10265D

Black with #10265D

Text Example


Text Example

White with #10265D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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