Html Css Color HEX #011747 Sapphire

📋 copy color: '#011747'

red 1 ◦ green 23 ◦ blue 71

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

Shades of Sapphire #011747

Tints of Sapphire #011747

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 74.74%

R = 1.05%
G = 24.21%
B = 74.74%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#011747 (or 0x011747) is known color: Sapphire. HEX triplet: 01, 17 and 47. RGB value is (1,23,71). Sum of RGB (Red+Green+Blue) = 1+23+71=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 23 (9.38% from 255 or 24.21% from 95); Blue value is 71 (28.12% from 255 or 74.74% from 95); Max value from RGB is 71 - color contains mainly: blue. Hex color #011747 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011747 is #FEE8B8. Grayscale: #151515. Windows color (decimal): -16705721 or 4658945. OLE color: 4658945.

HSL color Cylindrical-coordinate representation of color #011747: hue angle of 221.14º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011747 is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 1 23 71 -
CMYK 0.99 0.68 0 0.72
HSL 221.14º 0.97% 0.14% -
HSV(B) 221.14º 0.99% 0.28% -
XYZ 1.46 1.07 6.09 -
YUV 21.89 155.71 113.1 -
System Red Green Blue C M Y K H S L
Decimal 1 23 71 0.99 0.68 0 0.72 221.14 0.97 0.14
Hex 1 17 47 63 44 0 48 DD 61 E
Octal 1 27 107 143 104 0 110 335 141 16
Binary 1 10111 1000111 1100011 1000100 0 1001000 11011101 1100001 1110

Color Harmonies of #011747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011747

Black with #011747

Text Example


Text Example

White with #011747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011747; }

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

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

background-color css

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

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

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

border-color css

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

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

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