Html Css Color HEX #011468 Sapphire

📋 copy color: '#011468'

red 1 ◦ green 20 ◦ blue 104

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

Shades of Sapphire #011468

Tints of Sapphire #011468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 83.2%

R = 0.8%
G = 16%
B = 83.2%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#011468 (or 0x011468) is known color: Sapphire. HEX triplet: 01, 14 and 68. RGB value is (1,20,104). Sum of RGB (Red+Green+Blue) = 1+20+104=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 20 (8.20% from 255 or 16% from 125); Blue value is 104 (41.02% from 255 or 83.2% from 125); Max value from RGB is 104 - color contains mainly: blue. Hex color #011468 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011468 is #FEEB97. Grayscale: #171717. Windows color (decimal): -16706456 or 6820865. OLE color: 6820865.

HSL color Cylindrical-coordinate representation of color #011468: hue angle of 228.93º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011468 is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 20 104 -
CMYK 0.99 0.81 0 0.59
HSL 228.93º 0.98% 0.21% -
HSV(B) 228.93º 0.99% 0.41% -
XYZ 2.76 1.51 13.24 -
YUV 23.9 173.21 111.67 -
System Red Green Blue C M Y K H S L
Decimal 1 20 104 0.99 0.81 0 0.59 228.93 0.98 0.21
Hex 1 14 68 63 51 0 3B E5 62 15
Octal 1 24 150 143 121 0 73 345 142 25
Binary 1 10100 1101000 1100011 1010001 0 111011 11100101 1100010 10101

Color Harmonies of #011468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011468

Black with #011468

Text Example


Text Example

White with #011468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011468; }

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

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

background-color css

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

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

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

border-color css

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

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

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