Html Css Color HEX #001873 Sapphire

📋 copy color: '#001873'

red 0 ◦ green 24 ◦ blue 115

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

Shades of Sapphire #001873

Tints of Sapphire #001873

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 17.27%
B = 82.73%

CMYK

 C value IS 1

 M value IS 0.79

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#001873 (or 0x001873) is known color: Sapphire. HEX triplet: 00, 18 and 73. RGB value is (0,24,115). Sum of RGB (Red+Green+Blue) = 0+24+115=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 24 (9.77% from 255 or 17.27% from 139); Blue value is 115 (45.31% from 255 or 82.73% from 139); Max value from RGB is 115 - color contains mainly: blue. Hex color #001873 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001873 is #FFE78C. Grayscale: #1A1A1A. Windows color (decimal): -16770957 or 7542784. OLE color: 7542784.

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

Color convert

RGB 0 24 115 -
CMYK 1 0.79 0 0.55
HSL 227.48º 1% 0.23% -
HSV(B) 227.48º 1% 0.45% -
XYZ 3.42 1.89 16.4 -
YUV 27.2 177.55 108.6 -
System Red Green Blue C M Y K H S L
Decimal 0 24 115 1 0.79 0 0.55 227.48 1 0.23
Hex 0 18 73 64 4F 0 37 E3 64 17
Octal 0 30 163 144 117 0 67 343 144 27
Binary 0 11000 1110011 1100100 1001111 0 110111 11100011 1100100 10111

Color Harmonies of #001873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001873

Black with #001873

Text Example


Text Example

White with #001873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001873; }

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

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

background-color css

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

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

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

border-color css

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

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

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