Html Css Color HEX #001973 Sapphire

📋 copy color: '#001973'

red 0 ◦ green 25 ◦ blue 115

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

Shades of Sapphire #001973

Tints of Sapphire #001973

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.86%

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

R = 0%
G = 17.86%
B = 82.14%

CMYK

 C value IS 1

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#001973 (or 0x001973) is known color: Sapphire. HEX triplet: 00, 19 and 73. RGB value is (0,25,115). Sum of RGB (Red+Green+Blue) = 0+25+115=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 25 (10.16% from 255 or 17.86% 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 #001973 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001973 is #FFE68C. Grayscale: #1B1B1B. Windows color (decimal): -16770701 or 7543040. OLE color: 7543040.

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

Color convert

RGB 0 25 115 -
CMYK 1 0.78 0 0.55
HSL 226.96º 1% 0.23% -
HSV(B) 226.96º 1% 0.45% -
XYZ 3.44 1.93 16.41 -
YUV 27.79 177.22 108.18 -
System Red Green Blue C M Y K H S L
Decimal 0 25 115 1 0.78 0 0.55 226.96 1 0.23
Hex 0 19 73 64 4E 0 37 E3 64 17
Octal 0 31 163 144 116 0 67 343 144 27
Binary 0 11001 1110011 1100100 1001110 0 110111 11100011 1100100 10111

Color Harmonies of #001973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001973

Black with #001973

Text Example


Text Example

White with #001973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001973; }

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

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

background-color css

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

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

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

border-color css

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

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

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