Html Css Color HEX #001446 Sapphire

📋 copy color: '#001446'

red 0 ◦ green 20 ◦ blue 70

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

Shades of Sapphire #001446

Tints of Sapphire #001446

RGB

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

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

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

R = 0%
G = 22.22%
B = 77.78%

CMYK

 C value IS 1

 M value IS 0.71

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#001446 (or 0x001446) is known color: Sapphire. HEX triplet: 00, 14 and 46. RGB value is (0,20,70). Sum of RGB (Red+Green+Blue) = 0+20+70=90 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 90); Green value is 20 (8.20% from 255 or 22.22% from 90); Blue value is 70 (27.73% from 255 or 77.78% from 90); Max value from RGB is 70 - color contains mainly: blue. Hex color #001446 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001446 is #FFEBB9. Grayscale: #131313. Windows color (decimal): -16772026 or 4592640. OLE color: 4592640.

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

Color convert

RGB 0 20 70 -
CMYK 1 0.71 0 0.73
HSL 222.86º 1% 0.14% -
HSV(B) 222.86º 1% 0.27% -
XYZ 1.36 0.94 5.9 -
YUV 19.72 156.37 113.93 -
System Red Green Blue C M Y K H S L
Decimal 0 20 70 1 0.71 0 0.73 222.86 1 0.14
Hex 0 14 46 64 47 0 49 DF 64 E
Octal 0 24 106 144 107 0 111 337 144 16
Binary 0 10100 1000110 1100100 1000111 0 1001001 11011111 1100100 1110

Color Harmonies of #001446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001446

Black with #001446

Text Example


Text Example

White with #001446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001446; }

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

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

background-color css

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

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

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

border-color css

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

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

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