Html Css Color HEX #001473 Sapphire

📋 copy color: '#001473'

red 0 ◦ green 20 ◦ blue 115

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

Shades of Sapphire #001473

Tints of Sapphire #001473

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.81%

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

R = 0%
G = 14.81%
B = 85.19%

CMYK

 C value IS 1

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#001473 (or 0x001473) is known color: Sapphire. HEX triplet: 00, 14 and 73. RGB value is (0,20,115). Sum of RGB (Red+Green+Blue) = 0+20+115=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 20 (8.20% from 255 or 14.81% from 135); Blue value is 115 (45.31% from 255 or 85.19% from 135); Max value from RGB is 115 - color contains mainly: blue. Hex color #001473 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001473 is #FFEB8C. Grayscale: #181818. Windows color (decimal): -16771981 or 7541760. OLE color: 7541760.

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

Color convert

RGB 0 20 115 -
CMYK 1 0.83 0 0.55
HSL 229.57º 1% 0.23% -
HSV(B) 229.57º 1% 0.45% -
XYZ 3.34 1.74 16.38 -
YUV 24.85 178.87 110.28 -
System Red Green Blue C M Y K H S L
Decimal 0 20 115 1 0.83 0 0.55 229.57 1 0.23
Hex 0 14 73 64 53 0 37 E6 64 17
Octal 0 24 163 144 123 0 67 346 144 27
Binary 0 10100 1110011 1100100 1010011 0 110111 11100110 1100100 10111

Color Harmonies of #001473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001473

Black with #001473

Text Example


Text Example

White with #001473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001473; }

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

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

background-color css

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

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

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

border-color css

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

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

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