Html Css Color HEX #01177A Sapphire

📋 copy color: '#01177A'

red 1 ◦ green 23 ◦ blue 122

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

Shades of Sapphire #01177A

Tints of Sapphire #01177A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 83.56%

R = 0.68%
G = 15.75%
B = 83.56%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#01177A (or 0x01177A) is known color: Sapphire. HEX triplet: 01, 17 and 7A. RGB value is (1,23,122). Sum of RGB (Red+Green+Blue) = 1+23+122=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 23 (9.38% from 255 or 15.75% from 146); Blue value is 122 (48.05% from 255 or 83.56% from 146); Max value from RGB is 122 - color contains mainly: blue. Hex color #01177A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01177A is #FEE885. Grayscale: #1B1B1B. Windows color (decimal): -16705670 or 8001281. OLE color: 8001281.

HSL color Cylindrical-coordinate representation of color #01177A: hue angle of 229.09º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01177A is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 1 23 122 -
CMYK 0.99 0.81 0 0.52
HSL 229.09º 0.98% 0.24% -
HSV(B) 229.09º 0.99% 0.48% -
XYZ 3.83 2.02 18.6 -
YUV 27.71 181.21 108.95 -
System Red Green Blue C M Y K H S L
Decimal 1 23 122 0.99 0.81 0 0.52 229.09 0.98 0.24
Hex 1 17 7A 63 51 0 34 E5 62 18
Octal 1 27 172 143 121 0 64 345 142 30
Binary 1 10111 1111010 1100011 1010001 0 110100 11100101 1100010 11000

Color Harmonies of #01177A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01177A

Black with #01177A

Text Example


Text Example

White with #01177A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01177A; }

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

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

background-color css

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

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

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

border-color css

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

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

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