Html Css Color HEX #011464 Sapphire

📋 copy color: '#011464'

red 1 ◦ green 20 ◦ blue 100

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

Shades of Sapphire #011464

Tints of Sapphire #011464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 82.64%

R = 0.83%
G = 16.53%
B = 82.64%

CMYK

 C value IS 0.99

 M value IS 0.8

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#011464 (or 0x011464) is known color: Sapphire. HEX triplet: 01, 14 and 64. RGB value is (1,20,100). Sum of RGB (Red+Green+Blue) = 1+20+100=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 20 (8.20% from 255 or 16.53% from 121); Blue value is 100 (39.45% from 255 or 82.64% from 121); Max value from RGB is 100 - color contains mainly: blue. Hex color #011464 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011464 is #FEEB9B. Grayscale: #171717. Windows color (decimal): -16706460 or 6558721. OLE color: 6558721.

HSL color Cylindrical-coordinate representation of color #011464: hue angle of 228.48º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011464 is Cyan = 0.99, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 1 20 100 -
CMYK 0.99 0.8 0 0.61
HSL 228.48º 0.98% 0.2% -
HSV(B) 228.48º 0.99% 0.39% -
XYZ 2.56 1.43 12.2 -
YUV 23.44 171.21 112 -
System Red Green Blue C M Y K H S L
Decimal 1 20 100 0.99 0.8 0 0.61 228.48 0.98 0.2
Hex 1 14 64 63 50 0 3D E4 62 14
Octal 1 24 144 143 120 0 75 344 142 24
Binary 1 10100 1100100 1100011 1010000 0 111101 11100100 1100010 10100

Color Harmonies of #011464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011464

Black with #011464

Text Example


Text Example

White with #011464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011464; }

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

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

background-color css

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

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

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

border-color css

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

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

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