Html Css Color HEX #102376 Sapphire

📋 copy color: '#102376'

red 16 ◦ green 35 ◦ blue 118

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

Shades of Sapphire #102376

Tints of Sapphire #102376

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.71%

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

R = 9.47%
G = 20.71%
B = 69.82%

CMYK

 C value IS 0.86

 M value IS 0.70

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#102376 (or 0x102376) is known color: Sapphire. HEX triplet: 10, 23 and 76. RGB value is (16,35,118). Sum of RGB (Red+Green+Blue) = 16+35+118=169 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.47% from 169); Green value is 35 (14.06% from 255 or 20.71% from 169); Blue value is 118 (46.48% from 255 or 69.82% from 169); Max value from RGB is 118 - color contains mainly: blue. Hex color #102376 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102376 is #EFDC89. Grayscale: #262626. Windows color (decimal): -15719562 or 7742224. OLE color: 7742224.

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

Color convert

RGB 16 35 118 -
CMYK 0.86 0.70 0 0.54
HSL 228.82º 0.76% 0.26% -
HSV(B) 228.82º 0.86% 0.46% -
XYZ 4.08 2.62 17.43 -
YUV 38.78 172.71 111.75 -
System Red Green Blue C M Y K H S L
Decimal 16 35 118 0.86 0.70 0 0.54 228.82 0.76 0.26
Hex 10 23 76 56 46 0 36 E5 4C 1A
Octal 20 43 166 126 106 0 66 345 114 32
Binary 10000 100011 1110110 1010110 1000110 0 110110 11100101 1001100 11010

Color Harmonies of #102376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #102376

Black with #102376

Text Example


Text Example

White with #102376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #102376; }

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

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

background-color css

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

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

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

border-color css

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

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

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