Html Css Color HEX #011475 Sapphire

📋 copy color: '#011475'

red 1 ◦ green 20 ◦ blue 117

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

Shades of Sapphire #011475

Tints of Sapphire #011475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 84.78%

R = 0.72%
G = 14.49%
B = 84.78%

CMYK

 C value IS 0.99

 M value IS 0.83

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#011475 (or 0x011475) is known color: Sapphire. HEX triplet: 01, 14 and 75. RGB value is (1,20,117). Sum of RGB (Red+Green+Blue) = 1+20+117=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 117 (46.09% from 255 or 84.78% from 138); Max value from RGB is 117 - color contains mainly: blue. Hex color #011475 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011475 is #FEEB8A. Grayscale: #181818. Windows color (decimal): -16706443 or 7672833. OLE color: 7672833.

HSL color Cylindrical-coordinate representation of color #011475: hue angle of 230.17º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011475 is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 20 117 -
CMYK 0.99 0.83 0 0.54
HSL 230.17º 0.98% 0.23% -
HSV(B) 230.17º 0.99% 0.46% -
XYZ 3.47 1.79 16.99 -
YUV 25.38 179.71 110.61 -
System Red Green Blue C M Y K H S L
Decimal 1 20 117 0.99 0.83 0 0.54 230.17 0.98 0.23
Hex 1 14 75 63 53 0 36 E6 62 17
Octal 1 24 165 143 123 0 66 346 142 27
Binary 1 10100 1110101 1100011 1010011 0 110110 11100110 1100010 10111

Color Harmonies of #011475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011475

Black with #011475

Text Example


Text Example

White with #011475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011475; }

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

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

background-color css

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

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

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

border-color css

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

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

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