Html Css Color HEX #011358 Sapphire

📋 copy color: '#011358'

red 1 ◦ green 19 ◦ blue 88

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

Shades of Sapphire #011358

Tints of Sapphire #011358

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.59%

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

R = 0.93%
G = 17.59%
B = 81.48%

CMYK

 C value IS 0.99

 M value IS 0.78

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#011358 (or 0x011358) is known color: Sapphire. HEX triplet: 01, 13 and 58. RGB value is (1,19,88). Sum of RGB (Red+Green+Blue) = 1+19+88=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 19 (7.81% from 255 or 17.59% from 108); Blue value is 88 (34.77% from 255 or 81.48% from 108); Max value from RGB is 88 - color contains mainly: blue. Hex color #011358 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011358 is #FEECA7. Grayscale: #151515. Windows color (decimal): -16706728 or 5772033. OLE color: 5772033.

HSL color Cylindrical-coordinate representation of color #011358: hue angle of 227.59º 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 #011358 is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 1 19 88 -
CMYK 0.99 0.78 0 0.65
HSL 227.59º 0.98% 0.17% -
HSV(B) 227.59º 0.99% 0.35% -
XYZ 2.01 1.18 9.35 -
YUV 21.48 165.54 113.39 -
System Red Green Blue C M Y K H S L
Decimal 1 19 88 0.99 0.78 0 0.65 227.59 0.98 0.17
Hex 1 13 58 63 4E 0 41 E4 62 11
Octal 1 23 130 143 116 0 101 344 142 21
Binary 1 10011 1011000 1100011 1001110 0 1000001 11100100 1100010 10001

Color Harmonies of #011358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011358

Black with #011358

Text Example


Text Example

White with #011358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011358; }

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

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

background-color css

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

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

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

border-color css

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

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

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