Html Css Color HEX #01174E Sapphire

📋 copy color: '#01174E'

red 1 ◦ green 23 ◦ blue 78

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

Shades of Sapphire #01174E

Tints of Sapphire #01174E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 76.47%

R = 0.98%
G = 22.55%
B = 76.47%

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

#01174E (or 0x01174E) is known color: Sapphire. HEX triplet: 01, 17 and 4E. RGB value is (1,23,78). Sum of RGB (Red+Green+Blue) = 1+23+78=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 23 (9.38% from 255 or 22.55% from 102); Blue value is 78 (30.86% from 255 or 76.47% from 102); Max value from RGB is 78 - color contains mainly: blue. Hex color #01174E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01174E is #FEE8B1. Grayscale: #161616. Windows color (decimal): -16705714 or 5117697. OLE color: 5117697.

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

Color convert

RGB 1 23 78 -
CMYK 0.99 0.71 0 0.69
HSL 222.86º 0.97% 0.15% -
HSV(B) 222.86º 0.99% 0.31% -
XYZ 1.69 1.17 7.34 -
YUV 22.69 159.21 112.53 -
System Red Green Blue C M Y K H S L
Decimal 1 23 78 0.99 0.71 0 0.69 222.86 0.97 0.15
Hex 1 17 4E 63 47 0 45 DF 61 F
Octal 1 27 116 143 107 0 105 337 141 17
Binary 1 10111 1001110 1100011 1000111 0 1000101 11011111 1100001 1111

Color Harmonies of #01174E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01174E

Black with #01174E

Text Example


Text Example

White with #01174E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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