Html Css Color HEX #001649 Sapphire

📋 copy color: '#001649'

red 0 ◦ green 22 ◦ blue 73

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

Shades of Sapphire #001649

Tints of Sapphire #001649

RGB

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

 GREEN value IS 22 (8.98% from 255) = 23.16%

 BLUE value IS 73 (28.91% from 255) = 76.84%

R = 0%
G = 23.16%
B = 76.84%

CMYK

 C value IS 1

 M value IS 0.70

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#001649 (or 0x001649) is known color: Sapphire. HEX triplet: 00, 16 and 49. RGB value is (0,22,73). Sum of RGB (Red+Green+Blue) = 0+22+73=95 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 95); Green value is 22 (8.98% from 255 or 23.16% from 95); Blue value is 73 (28.91% from 255 or 76.84% from 95); Max value from RGB is 73 - color contains mainly: blue. Hex color #001649 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001649 is #FFE9B6. Grayscale: #151515. Windows color (decimal): -16771511 or 4789760. OLE color: 4789760.

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

Color convert

RGB 0 22 73 -
CMYK 1 0.70 0 0.71
HSL 221.92º 1% 0.14% -
HSV(B) 221.92º 1% 0.29% -
XYZ 1.49 1.05 6.43 -
YUV 21.24 157.21 112.85 -
System Red Green Blue C M Y K H S L
Decimal 0 22 73 1 0.70 0 0.71 221.92 1 0.14
Hex 0 16 49 64 46 0 47 DE 64 E
Octal 0 26 111 144 106 0 107 336 144 16
Binary 0 10110 1001001 1100100 1000110 0 1000111 11011110 1100100 1110

Color Harmonies of #001649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001649

Black with #001649

Text Example


Text Example

White with #001649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001649; }

 p { color: rgb(0,22,73); }

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

background-color css

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

 a { background-color: rgb(0,22,73); }

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

border-color css

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

 span { border-color: rgb(0,22,73); }

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