Html Css Color HEX #101959 Sapphire

📋 copy color: '#101959'

red 16 ◦ green 25 ◦ blue 89

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

Shades of Sapphire #101959

Tints of Sapphire #101959

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.23%

 BLUE value IS 89 (35.16% from 255) = 68.46%

R = 12.31%
G = 19.23%
B = 68.46%

CMYK

 C value IS 0.82

 M value IS 0.72

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#101959 (or 0x101959) is known color: Sapphire. HEX triplet: 10, 19 and 59. RGB value is (16,25,89). Sum of RGB (Red+Green+Blue) = 16+25+89=130 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.31% from 130); Green value is 25 (10.16% from 255 or 19.23% from 130); Blue value is 89 (35.16% from 255 or 68.46% from 130); Max value from RGB is 89 - color contains mainly: blue. Hex color #101959 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101959 is #EFE6A6. Grayscale: #1D1D1D. Windows color (decimal): -15722151 or 5839120. OLE color: 5839120.

HSL color Cylindrical-coordinate representation of color #101959: hue angle of 232.6º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #101959 is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 16 25 89 -
CMYK 0.82 0.72 0 0.65
HSL 232.6º 0.7% 0.21% -
HSV(B) 232.6º 0.82% 0.35% -
XYZ 2.36 1.53 9.62 -
YUV 29.61 161.52 118.3 -
System Red Green Blue C M Y K H S L
Decimal 16 25 89 0.82 0.72 0 0.65 232.6 0.7 0.21
Hex 10 19 59 52 48 0 41 E9 46 15
Octal 20 31 131 122 110 0 101 351 106 25
Binary 10000 11001 1011001 1010010 1001000 0 1000001 11101001 1000110 10101

Color Harmonies of #101959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101959

Black with #101959

Text Example


Text Example

White with #101959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101959; }

 p { color: rgb(16,25,89); }

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

background-color css

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

 a { background-color: rgb(16,25,89); }

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

border-color css

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

 span { border-color: rgb(16,25,89); }

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