Html Css Color HEX #001346 Sapphire

📋 copy color: '#001346'

red 0 ◦ green 19 ◦ blue 70

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

Shades of Sapphire #001346

Tints of Sapphire #001346

RGB

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

 GREEN value IS 19 (7.81% from 255) = 21.35%

 BLUE value IS 70 (27.73% from 255) = 78.65%

R = 0%
G = 21.35%
B = 78.65%

CMYK

 C value IS 1

 M value IS 0.73

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#001346 (or 0x001346) is known color: Sapphire. HEX triplet: 00, 13 and 46. RGB value is (0,19,70). Sum of RGB (Red+Green+Blue) = 0+19+70=89 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 89); Green value is 19 (7.81% from 255 or 21.35% from 89); Blue value is 70 (27.73% from 255 or 78.65% from 89); Max value from RGB is 70 - color contains mainly: blue. Hex color #001346 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001346 is #FFECB9. Grayscale: #121212. Windows color (decimal): -16772282 or 4592384. OLE color: 4592384.

HSL color Cylindrical-coordinate representation of color #001346: hue angle of 223.71º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001346 is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 0 19 70 -
CMYK 1 0.73 0 0.73
HSL 223.71º 1% 0.14% -
HSV(B) 223.71º 1% 0.27% -
XYZ 1.34 0.91 5.9 -
YUV 19.13 156.71 114.35 -
System Red Green Blue C M Y K H S L
Decimal 0 19 70 1 0.73 0 0.73 223.71 1 0.14
Hex 0 13 46 64 49 0 49 E0 64 E
Octal 0 23 106 144 111 0 111 340 144 16
Binary 0 10011 1000110 1100100 1001001 0 1001001 11100000 1100100 1110

Color Harmonies of #001346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001346

Black with #001346

Text Example


Text Example

White with #001346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001346; }

 p { color: rgb(0,19,70); }

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

background-color css

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

 a { background-color: rgb(0,19,70); }

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

border-color css

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

 span { border-color: rgb(0,19,70); }

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