Html Css Color HEX #011673 Sapphire

📋 copy color: '#011673'

red 1 ◦ green 22 ◦ blue 115

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

Shades of Sapphire #011673

Tints of Sapphire #011673

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.94%

 BLUE value IS 115 (45.31% from 255) = 83.33%

R = 0.72%
G = 15.94%
B = 83.33%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#011673 (or 0x011673) is known color: Sapphire. HEX triplet: 01, 16 and 73. RGB value is (1,22,115). Sum of RGB (Red+Green+Blue) = 1+22+115=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 22 (8.98% from 255 or 15.94% from 138); Blue value is 115 (45.31% from 255 or 83.33% from 138); Max value from RGB is 115 - color contains mainly: blue. Hex color #011673 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011673 is #FEE98C. Grayscale: #191919. Windows color (decimal): -16705933 or 7542273. OLE color: 7542273.

HSL color Cylindrical-coordinate representation of color #011673: hue angle of 228.95º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011673 is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 22 115 -
CMYK 0.99 0.81 0 0.55
HSL 228.95º 0.98% 0.23% -
HSV(B) 228.95º 0.99% 0.45% -
XYZ 3.39 1.82 16.39 -
YUV 26.32 178.04 109.94 -
System Red Green Blue C M Y K H S L
Decimal 1 22 115 0.99 0.81 0 0.55 228.95 0.98 0.23
Hex 1 16 73 63 51 0 37 E5 62 17
Octal 1 26 163 143 121 0 67 345 142 27
Binary 1 10110 1110011 1100011 1010001 0 110111 11100101 1100010 10111

Color Harmonies of #011673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011673

Black with #011673

Text Example


Text Example

White with #011673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011673; }

 p { color: rgb(1,22,115); }

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

background-color css

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

 a { background-color: rgb(1,22,115); }

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

border-color css

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

 span { border-color: rgb(1,22,115); }

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