Html Css Color HEX #01174F Sapphire

📋 copy color: '#01174F'

red 1 ◦ green 23 ◦ blue 79

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

Shades of Sapphire #01174F

Tints of Sapphire #01174F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 76.7%

R = 0.97%
G = 22.33%
B = 76.7%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#01174F (or 0x01174F) is known color: Sapphire. HEX triplet: 01, 17 and 4F. RGB value is (1,23,79). Sum of RGB (Red+Green+Blue) = 1+23+79=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 23 (9.38% from 255 or 22.33% from 103); Blue value is 79 (31.25% from 255 or 76.70% from 103); Max value from RGB is 79 - color contains mainly: blue. Hex color #01174F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01174F is #FEE8B0. Grayscale: #161616. Windows color (decimal): -16705713 or 5183233. OLE color: 5183233.

HSL color Cylindrical-coordinate representation of color #01174F: hue angle of 223.08º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01174F is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 1 23 79 -
CMYK 0.99 0.71 0 0.69
HSL 223.08º 0.98% 0.16% -
HSV(B) 223.08º 0.99% 0.31% -
XYZ 1.73 1.18 7.53 -
YUV 22.81 159.71 112.45 -
System Red Green Blue C M Y K H S L
Decimal 1 23 79 0.99 0.71 0 0.69 223.08 0.98 0.16
Hex 1 17 4F 63 47 0 45 DF 62 10
Octal 1 27 117 143 107 0 105 337 142 20
Binary 1 10111 1001111 1100011 1000111 0 1000101 11011111 1100010 10000

Color Harmonies of #01174F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01174F

Black with #01174F

Text Example


Text Example

White with #01174F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01174F; }

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

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

background-color css

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

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

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

border-color css

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

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

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