Html Css Color HEX #103277 Sapphire

📋 copy color: '#103277'

red 16 ◦ green 50 ◦ blue 119

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

Shades of Sapphire #103277

Tints of Sapphire #103277

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.03%

 BLUE value IS 119 (46.88% from 255) = 64.32%

R = 8.65%
G = 27.03%
B = 64.32%

CMYK

 C value IS 0.87

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#103277 (or 0x103277) is known color: Sapphire. HEX triplet: 10, 32 and 77. RGB value is (16,50,119). Sum of RGB (Red+Green+Blue) = 16+50+119=185 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.65% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 119 (46.88% from 255 or 64.32% from 185); Max value from RGB is 119 - color contains mainly: blue. Hex color #103277 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103277 is #EFCD88. Grayscale: #2F2F2F. Windows color (decimal): -15715721 or 7811600. OLE color: 7811600.

HSL color Cylindrical-coordinate representation of color #103277: hue angle of 220.19º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #103277 is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 16 50 119 -
CMYK 0.87 0.58 0 0.53
HSL 220.19º 0.76% 0.26% -
HSV(B) 220.19º 0.87% 0.47% -
XYZ 4.68 3.72 17.92 -
YUV 47.7 168.24 105.39 -
System Red Green Blue C M Y K H S L
Decimal 16 50 119 0.87 0.58 0 0.53 220.19 0.76 0.26
Hex 10 32 77 57 3A 0 35 DC 4C 1A
Octal 20 62 167 127 72 0 65 334 114 32
Binary 10000 110010 1110111 1010111 111010 0 110101 11011100 1001100 11010

Color Harmonies of #103277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103277

Black with #103277

Text Example


Text Example

White with #103277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103277; }

 p { color: rgb(16,50,119); }

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

background-color css

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

 a { background-color: rgb(16,50,119); }

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

border-color css

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

 span { border-color: rgb(16,50,119); }

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