Html Css Color HEX #102676 Sapphire

📋 copy color: '#102676'

red 16 ◦ green 38 ◦ blue 118

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

Shades of Sapphire #102676

Tints of Sapphire #102676

RGB

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

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

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

R = 9.3%
G = 22.09%
B = 68.6%

CMYK

 C value IS 0.86

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#102676 (or 0x102676) is known color: Sapphire. HEX triplet: 10, 26 and 76. RGB value is (16,38,118). Sum of RGB (Red+Green+Blue) = 16+38+118=172 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.30% from 172); Green value is 38 (15.23% from 255 or 22.09% from 172); Blue value is 118 (46.48% from 255 or 68.60% from 172); Max value from RGB is 118 - color contains mainly: blue. Hex color #102676 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102676 is #EFD989. Grayscale: #282828. Windows color (decimal): -15718794 or 7742992. OLE color: 7742992.

HSL color Cylindrical-coordinate representation of color #102676: hue angle of 227.06º 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 #102676 is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 16 38 118 -
CMYK 0.86 0.68 0 0.54
HSL 227.06º 0.76% 0.26% -
HSV(B) 227.06º 0.86% 0.46% -
XYZ 4.18 2.8 17.46 -
YUV 40.54 171.71 110.5 -
System Red Green Blue C M Y K H S L
Decimal 16 38 118 0.86 0.68 0 0.54 227.06 0.76 0.26
Hex 10 26 76 56 44 0 36 E3 4C 1A
Octal 20 46 166 126 104 0 66 343 114 32
Binary 10000 100110 1110110 1010110 1000100 0 110110 11100011 1001100 11010

Color Harmonies of #102676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #102676

Black with #102676

Text Example


Text Example

White with #102676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #102676; }

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

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

background-color css

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

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

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

border-color css

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

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

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