Html Css Color HEX #01177B Sapphire

📋 copy color: '#01177B'

red 1 ◦ green 23 ◦ blue 123

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

Shades of Sapphire #01177B

Tints of Sapphire #01177B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 83.67%

R = 0.68%
G = 15.65%
B = 83.67%

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

#01177B (or 0x01177B) is known color: Sapphire. HEX triplet: 01, 17 and 7B. RGB value is (1,23,123). Sum of RGB (Red+Green+Blue) = 1+23+123=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 23 (9.38% from 255 or 15.65% from 147); Blue value is 123 (48.44% from 255 or 83.67% from 147); Max value from RGB is 123 - color contains mainly: blue. Hex color #01177B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01177B is #FEE884. Grayscale: #1B1B1B. Windows color (decimal): -16705669 or 8066817. OLE color: 8066817.

HSL color Cylindrical-coordinate representation of color #01177B: hue angle of 229.18º 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 #01177B is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 1 23 123 -
CMYK 0.99 0.81 0 0.52
HSL 229.18º 0.98% 0.24% -
HSV(B) 229.18º 0.99% 0.48% -
XYZ 3.89 2.05 18.93 -
YUV 27.82 181.71 108.87 -
System Red Green Blue C M Y K H S L
Decimal 1 23 123 0.99 0.81 0 0.52 229.18 0.98 0.24
Hex 1 17 7B 63 51 0 34 E5 62 18
Octal 1 27 173 143 121 0 64 345 142 30
Binary 1 10111 1111011 1100011 1010001 0 110100 11100101 1100010 11000

Color Harmonies of #01177B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01177B

Black with #01177B

Text Example


Text Example

White with #01177B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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