Html Css Color HEX #011458 Sapphire

📋 copy color: '#011458'

red 1 ◦ green 20 ◦ blue 88

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

Shades of Sapphire #011458

Tints of Sapphire #011458

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.35%

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

R = 0.92%
G = 18.35%
B = 80.73%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#011458 (or 0x011458) is known color: Sapphire. HEX triplet: 01, 14 and 58. RGB value is (1,20,88). Sum of RGB (Red+Green+Blue) = 1+20+88=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 20 (8.20% from 255 or 18.35% from 109); Blue value is 88 (34.77% from 255 or 80.73% from 109); Max value from RGB is 88 - color contains mainly: blue. Hex color #011458 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011458 is #FEEBA7. Grayscale: #151515. Windows color (decimal): -16706472 or 5772289. OLE color: 5772289.

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

Color convert

RGB 1 20 88 -
CMYK 0.99 0.77 0 0.65
HSL 226.9º 0.98% 0.17% -
HSV(B) 226.9º 0.99% 0.35% -
XYZ 2.02 1.21 9.36 -
YUV 22.07 165.21 112.97 -
System Red Green Blue C M Y K H S L
Decimal 1 20 88 0.99 0.77 0 0.65 226.9 0.98 0.17
Hex 1 14 58 63 4D 0 41 E3 62 11
Octal 1 24 130 143 115 0 101 343 142 21
Binary 1 10100 1011000 1100011 1001101 0 1000001 11100011 1100010 10001

Color Harmonies of #011458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011458

Black with #011458

Text Example


Text Example

White with #011458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011458; }

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

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

background-color css

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

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

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

border-color css

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

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

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