Html Css Color HEX #011775 Sapphire

📋 copy color: '#011775'

red 1 ◦ green 23 ◦ blue 117

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

Shades of Sapphire #011775

Tints of Sapphire #011775

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.31%

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

R = 0.71%
G = 16.31%
B = 82.98%

CMYK

 C value IS 0.99

 M value IS 0.80

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#011775 (or 0x011775) is known color: Sapphire. HEX triplet: 01, 17 and 75. RGB value is (1,23,117). Sum of RGB (Red+Green+Blue) = 1+23+117=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 23 (9.38% from 255 or 16.31% from 141); Blue value is 117 (46.09% from 255 or 82.98% from 141); Max value from RGB is 117 - color contains mainly: blue. Hex color #011775 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011775 is #FEE88A. Grayscale: #1A1A1A. Windows color (decimal): -16705675 or 7673601. OLE color: 7673601.

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

Color convert

RGB 1 23 117 -
CMYK 0.99 0.80 0 0.54
HSL 228.62º 0.98% 0.23% -
HSV(B) 228.62º 0.99% 0.46% -
XYZ 3.53 1.9 17.01 -
YUV 27.14 178.71 109.36 -
System Red Green Blue C M Y K H S L
Decimal 1 23 117 0.99 0.80 0 0.54 228.62 0.98 0.23
Hex 1 17 75 63 50 0 36 E5 62 17
Octal 1 27 165 143 120 0 66 345 142 27
Binary 1 10111 1110101 1100011 1010000 0 110110 11100101 1100010 10111

Color Harmonies of #011775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011775

Black with #011775

Text Example


Text Example

White with #011775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011775; }

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

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

background-color css

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

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

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

border-color css

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

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

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