Html Css Color HEX #011758 Sapphire

📋 copy color: '#011758'

red 1 ◦ green 23 ◦ blue 88

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

Shades of Sapphire #011758

Tints of Sapphire #011758

RGB

 RED value IS 1 (0.78% from 255) = 0.89%

 GREEN value IS 23 (9.38% from 255) = 20.54%

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

R = 0.89%
G = 20.54%
B = 78.57%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#011758 (or 0x011758) is known color: Sapphire. HEX triplet: 01, 17 and 58. RGB value is (1,23,88). Sum of RGB (Red+Green+Blue) = 1+23+88=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 23 (9.38% from 255 or 20.54% from 112); Blue value is 88 (34.77% from 255 or 78.57% from 112); Max value from RGB is 88 - color contains mainly: blue. Hex color #011758 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011758 is #FEE8A7. Grayscale: #171717. Windows color (decimal): -16705704 or 5773057. OLE color: 5773057.

HSL color Cylindrical-coordinate representation of color #011758: hue angle of 224.83º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011758 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 1 23 88 -
CMYK 0.99 0.74 0 0.65
HSL 224.83º 0.98% 0.17% -
HSV(B) 224.83º 0.99% 0.35% -
XYZ 2.08 1.32 9.38 -
YUV 23.83 164.21 111.71 -
System Red Green Blue C M Y K H S L
Decimal 1 23 88 0.99 0.74 0 0.65 224.83 0.98 0.17
Hex 1 17 58 63 4A 0 41 E1 62 11
Octal 1 27 130 143 112 0 101 341 142 21
Binary 1 10111 1011000 1100011 1001010 0 1000001 11100001 1100010 10001

Color Harmonies of #011758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011758

Black with #011758

Text Example


Text Example

White with #011758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011758; }

 p { color: rgb(1,23,88); }

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

background-color css

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

 a { background-color: rgb(1,23,88); }

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

border-color css

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

 span { border-color: rgb(1,23,88); }

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