Html Css Color HEX #102979 Sapphire

📋 copy color: '#102979'

red 16 ◦ green 41 ◦ blue 121

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

Shades of Sapphire #102979

Tints of Sapphire #102979

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.03%

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

R = 8.99%
G = 23.03%
B = 67.98%

CMYK

 C value IS 0.87

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#102979 (or 0x102979) is known color: Sapphire. HEX triplet: 10, 29 and 79. RGB value is (16,41,121). Sum of RGB (Red+Green+Blue) = 16+41+121=178 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.99% from 178); Green value is 41 (16.41% from 255 or 23.03% from 178); Blue value is 121 (47.66% from 255 or 67.98% from 178); Max value from RGB is 121 - color contains mainly: blue. Hex color #102979 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102979 is #EFD686. Grayscale: #2A2A2A. Windows color (decimal): -15718023 or 7940368. OLE color: 7940368.

HSL color Cylindrical-coordinate representation of color #102979: hue angle of 225.71º 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 #102979 is Cyan = 0.87, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 16 41 121 -
CMYK 0.87 0.66 0 0.53
HSL 225.71º 0.77% 0.27% -
HSV(B) 225.71º 0.87% 0.47% -
XYZ 4.46 3.08 18.45 -
YUV 42.65 172.22 109 -
System Red Green Blue C M Y K H S L
Decimal 16 41 121 0.87 0.66 0 0.53 225.71 0.77 0.27
Hex 10 29 79 57 42 0 35 E2 4D 1B
Octal 20 51 171 127 102 0 65 342 115 33
Binary 10000 101001 1111001 1010111 1000010 0 110101 11100010 1001101 11011

Color Harmonies of #102979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #102979

Black with #102979

Text Example


Text Example

White with #102979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #102979; }

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

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

background-color css

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

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

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

border-color css

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

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

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