Html Css Color HEX #001644 Sapphire

📋 copy color: '#001644'

red 0 ◦ green 22 ◦ blue 68

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

Shades of Sapphire #001644

Tints of Sapphire #001644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 75.56%

R = 0%
G = 24.44%
B = 75.56%

CMYK

 C value IS 1

 M value IS 0.68

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#001644 (or 0x001644) is known color: Sapphire. HEX triplet: 00, 16 and 44. RGB value is (0,22,68). Sum of RGB (Red+Green+Blue) = 0+22+68=90 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 90); Green value is 22 (8.98% from 255 or 24.44% from 90); Blue value is 68 (26.95% from 255 or 75.56% from 90); Max value from RGB is 68 - color contains mainly: blue. Hex color #001644 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001644 is #FFE9BB. Grayscale: #141414. Windows color (decimal): -16771516 or 4462080. OLE color: 4462080.

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

Color convert

RGB 0 22 68 -
CMYK 1 0.68 0 0.73
HSL 220.59º 1% 0.13% -
HSV(B) 220.59º 1% 0.27% -
XYZ 1.33 0.99 5.59 -
YUV 20.67 154.71 113.26 -
System Red Green Blue C M Y K H S L
Decimal 0 22 68 1 0.68 0 0.73 220.59 1 0.13
Hex 0 16 44 64 44 0 49 DD 64 D
Octal 0 26 104 144 104 0 111 335 144 15
Binary 0 10110 1000100 1100100 1000100 0 1001001 11011101 1100100 1101

Color Harmonies of #001644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001644

Black with #001644

Text Example


Text Example

White with #001644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001644; }

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

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

background-color css

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

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

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

border-color css

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

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

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