Html Css Color HEX #102576 Sapphire

📋 copy color: '#102576'

red 16 ◦ green 37 ◦ blue 118

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

Shades of Sapphire #102576

Tints of Sapphire #102576

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.64%

 BLUE value IS 118 (46.48% from 255) = 69.01%

R = 9.36%
G = 21.64%
B = 69.01%

CMYK

 C value IS 0.86

 M value IS 0.69

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#102576 (or 0x102576) is known color: Sapphire. HEX triplet: 10, 25 and 76. RGB value is (16,37,118). Sum of RGB (Red+Green+Blue) = 16+37+118=171 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.36% from 171); Green value is 37 (14.84% from 255 or 21.64% from 171); Blue value is 118 (46.48% from 255 or 69.01% from 171); Max value from RGB is 118 - color contains mainly: blue. Hex color #102576 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102576 is #EFDA89. Grayscale: #272727. Windows color (decimal): -15719050 or 7742736. OLE color: 7742736.

HSL color Cylindrical-coordinate representation of color #102576: hue angle of 227.65º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #102576 is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 16 37 118 -
CMYK 0.86 0.69 0 0.54
HSL 227.65º 0.76% 0.26% -
HSV(B) 227.65º 0.86% 0.46% -
XYZ 4.15 2.74 17.45 -
YUV 39.96 172.04 110.91 -
System Red Green Blue C M Y K H S L
Decimal 16 37 118 0.86 0.69 0 0.54 227.65 0.76 0.26
Hex 10 25 76 56 45 0 36 E4 4C 1A
Octal 20 45 166 126 105 0 66 344 114 32
Binary 10000 100101 1110110 1010110 1000101 0 110110 11100100 1001100 11010

Color Harmonies of #102576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #102576

Black with #102576

Text Example


Text Example

White with #102576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #102576; }

 p { color: rgb(16,37,118); }

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

background-color css

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

 a { background-color: rgb(16,37,118); }

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

border-color css

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

 span { border-color: rgb(16,37,118); }

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