Html Css Color HEX #011A58 Sapphire

📋 copy color: '#011A58'

red 1 ◦ green 26 ◦ blue 88

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

Shades of Sapphire #011A58

Tints of Sapphire #011A58

RGB

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

 GREEN value IS 26 (10.55% from 255) = 22.61%

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

R = 0.87%
G = 22.61%
B = 76.52%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#011A58 (or 0x011A58) is known color: Sapphire. HEX triplet: 01, 1A and 58. RGB value is (1,26,88). Sum of RGB (Red+Green+Blue) = 1+26+88=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 26 (10.55% from 255 or 22.61% from 115); Blue value is 88 (34.77% from 255 or 76.52% from 115); Max value from RGB is 88 - color contains mainly: blue. Hex color #011A58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011A58 is #FEE5A7. Grayscale: #191919. Windows color (decimal): -16704936 or 5773825. OLE color: 5773825.

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

Color convert

RGB 1 26 88 -
CMYK 0.99 0.70 0 0.65
HSL 222.76º 0.98% 0.17% -
HSV(B) 222.76º 0.99% 0.35% -
XYZ 2.14 1.45 9.4 -
YUV 25.59 163.22 110.46 -
System Red Green Blue C M Y K H S L
Decimal 1 26 88 0.99 0.70 0 0.65 222.76 0.98 0.17
Hex 1 1A 58 63 46 0 41 DF 62 11
Octal 1 32 130 143 106 0 101 337 142 21
Binary 1 11010 1011000 1100011 1000110 0 1000001 11011111 1100010 10001

Color Harmonies of #011A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011A58

Black with #011A58

Text Example


Text Example

White with #011A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011A58; }

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

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

background-color css

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

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

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

border-color css

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

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

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