Html Css Color HEX #102779 Sapphire

📋 copy color: '#102779'

red 16 ◦ green 39 ◦ blue 121

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

Shades of Sapphire #102779

Tints of Sapphire #102779

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.16%

 BLUE value IS 121 (47.66% from 255) = 68.75%

R = 9.09%
G = 22.16%
B = 68.75%

CMYK

 C value IS 0.87

 M value IS 0.68

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#102779 (or 0x102779) is known color: Sapphire. HEX triplet: 10, 27 and 79. RGB value is (16,39,121). Sum of RGB (Red+Green+Blue) = 16+39+121=176 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.09% from 176); Green value is 39 (15.62% from 255 or 22.16% from 176); Blue value is 121 (47.66% from 255 or 68.75% from 176); Max value from RGB is 121 - color contains mainly: blue. Hex color #102779 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102779 is #EFD886. Grayscale: #292929. Windows color (decimal): -15718535 or 7939856. OLE color: 7939856.

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

Color convert

RGB 16 39 121 -
CMYK 0.87 0.68 0 0.53
HSL 226.86º 0.77% 0.27% -
HSV(B) 226.86º 0.87% 0.47% -
XYZ 4.39 2.94 18.43 -
YUV 41.47 172.88 109.83 -
System Red Green Blue C M Y K H S L
Decimal 16 39 121 0.87 0.68 0 0.53 226.86 0.77 0.27
Hex 10 27 79 57 44 0 35 E3 4D 1B
Octal 20 47 171 127 104 0 65 343 115 33
Binary 10000 100111 1111001 1010111 1000100 0 110101 11100011 1001101 11011

Color Harmonies of #102779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #102779

Black with #102779

Text Example


Text Example

White with #102779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #102779; }

 p { color: rgb(16,39,121); }

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

background-color css

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

 a { background-color: rgb(16,39,121); }

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

border-color css

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

 span { border-color: rgb(16,39,121); }

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