Html Css Color HEX #001F73 Sapphire

📋 copy color: '#001F73'

red 0 ◦ green 31 ◦ blue 115

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

Shades of Sapphire #001F73

Tints of Sapphire #001F73

RGB

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

 GREEN value IS 31 (12.5% from 255) = 21.23%

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

R = 0%
G = 21.23%
B = 78.77%

CMYK

 C value IS 1

 M value IS 0.73

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#001F73 (or 0x001F73) is known color: Sapphire. HEX triplet: 00, 1F and 73. RGB value is (0,31,115). Sum of RGB (Red+Green+Blue) = 0+31+115=146 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 146); Green value is 31 (12.5% from 255 or 21.23% from 146); Blue value is 115 (45.31% from 255 or 78.77% from 146); Max value from RGB is 115 - color contains mainly: blue. Hex color #001F73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001F73 is #FFE08C. Grayscale: #1E1E1E. Windows color (decimal): -16769165 or 7544576. OLE color: 7544576.

HSL color Cylindrical-coordinate representation of color #001F73: hue angle of 223.83º 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 #001F73 is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 31 115 -
CMYK 1 0.73 0 0.55
HSL 223.83º 1% 0.23% -
HSV(B) 223.83º 1% 0.45% -
XYZ 3.58 2.22 16.46 -
YUV 31.31 175.23 105.67 -
System Red Green Blue C M Y K H S L
Decimal 0 31 115 1 0.73 0 0.55 223.83 1 0.23
Hex 0 1F 73 64 49 0 37 E0 64 17
Octal 0 37 163 144 111 0 67 340 144 27
Binary 0 11111 1110011 1100100 1001001 0 110111 11100000 1100100 10111

Color Harmonies of #001F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001F73

Black with #001F73

Text Example


Text Example

White with #001F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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