Html Css Color HEX #101958 Sapphire

📋 copy color: '#101958'

red 16 ◦ green 25 ◦ blue 88

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

Shades of Sapphire #101958

Tints of Sapphire #101958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 68.22%

R = 12.4%
G = 19.38%
B = 68.22%

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

#101958 (or 0x101958) is known color: Sapphire. HEX triplet: 10, 19 and 58. RGB value is (16,25,88). Sum of RGB (Red+Green+Blue) = 16+25+88=129 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.40% from 129); Green value is 25 (10.16% from 255 or 19.38% from 129); Blue value is 88 (34.77% from 255 or 68.22% from 129); Max value from RGB is 88 - color contains mainly: blue. Hex color #101958 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101958 is #EFE6A7. Grayscale: #1D1D1D. Windows color (decimal): -15722152 or 5773584. OLE color: 5773584.

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

Color convert

RGB 16 25 88 -
CMYK 0.82 0.72 0 0.65
HSL 232.5º 0.69% 0.2% -
HSV(B) 232.5º 0.82% 0.35% -
XYZ 2.32 1.51 9.4 -
YUV 29.49 161.02 118.38 -
System Red Green Blue C M Y K H S L
Decimal 16 25 88 0.82 0.72 0 0.65 232.5 0.69 0.2
Hex 10 19 58 52 48 0 41 E8 45 14
Octal 20 31 130 122 110 0 101 350 105 24
Binary 10000 11001 1011000 1010010 1001000 0 1000001 11101000 1000101 10100

Color Harmonies of #101958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101958

Black with #101958

Text Example


Text Example

White with #101958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101958; }

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

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

background-color css

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

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

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

border-color css

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

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

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