Html Css Color HEX #01175C Sapphire

📋 copy color: '#01175C'

red 1 ◦ green 23 ◦ blue 92

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

Shades of Sapphire #01175C

Tints of Sapphire #01175C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 79.31%

R = 0.86%
G = 19.83%
B = 79.31%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#01175C (or 0x01175C) is known color: Sapphire. HEX triplet: 01, 17 and 5C. RGB value is (1,23,92). Sum of RGB (Red+Green+Blue) = 1+23+92=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 23 (9.38% from 255 or 19.83% from 116); Blue value is 92 (36.33% from 255 or 79.31% from 116); Max value from RGB is 92 - color contains mainly: blue. Hex color #01175C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01175C is #FEE8A3. Grayscale: #171717. Windows color (decimal): -16705700 or 6035201. OLE color: 6035201.

HSL color Cylindrical-coordinate representation of color #01175C: hue angle of 225.49º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01175C is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 1 23 92 -
CMYK 0.99 0.75 0 0.64
HSL 225.49º 0.98% 0.18% -
HSV(B) 225.49º 0.99% 0.36% -
XYZ 2.25 1.39 10.28 -
YUV 24.29 166.21 111.39 -
System Red Green Blue C M Y K H S L
Decimal 1 23 92 0.99 0.75 0 0.64 225.49 0.98 0.18
Hex 1 17 5C 63 4B 0 40 E1 62 12
Octal 1 27 134 143 113 0 100 341 142 22
Binary 1 10111 1011100 1100011 1001011 0 1000000 11100001 1100010 10010

Color Harmonies of #01175C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01175C

Black with #01175C

Text Example


Text Example

White with #01175C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01175C; }

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

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

background-color css

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

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

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

border-color css

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

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

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