Html Css Color HEX #011873 Sapphire

📋 copy color: '#011873'

red 1 ◦ green 24 ◦ blue 115

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

Shades of Sapphire #011873

Tints of Sapphire #011873

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.14%

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

R = 0.71%
G = 17.14%
B = 82.14%

CMYK

 C value IS 0.99

 M value IS 0.79

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#011873 (or 0x011873) is known color: Sapphire. HEX triplet: 01, 18 and 73. RGB value is (1,24,115). Sum of RGB (Red+Green+Blue) = 1+24+115=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 115 (45.31% from 255 or 82.14% from 140); Max value from RGB is 115 - color contains mainly: blue. Hex color #011873 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011873 is #FEE78C. Grayscale: #1B1B1B. Windows color (decimal): -16705421 or 7542785. OLE color: 7542785.

HSL color Cylindrical-coordinate representation of color #011873: hue angle of 227.89º 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 #011873 is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 24 115 -
CMYK 0.99 0.79 0 0.55
HSL 227.89º 0.98% 0.23% -
HSV(B) 227.89º 0.99% 0.45% -
XYZ 3.43 1.9 16.4 -
YUV 27.5 177.38 109.1 -
System Red Green Blue C M Y K H S L
Decimal 1 24 115 0.99 0.79 0 0.55 227.89 0.98 0.23
Hex 1 18 73 63 4F 0 37 E4 62 17
Octal 1 30 163 143 117 0 67 344 142 27
Binary 1 11000 1110011 1100011 1001111 0 110111 11100100 1100010 10111

Color Harmonies of #011873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011873

Black with #011873

Text Example


Text Example

White with #011873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011873; }

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

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

background-color css

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

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

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

border-color css

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

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

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