Html Css Color HEX #001669 Sapphire

📋 copy color: '#001669'

red 0 ◦ green 22 ◦ blue 105

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

Shades of Sapphire #001669

Tints of Sapphire #001669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 82.68%

R = 0%
G = 17.32%
B = 82.68%

CMYK

 C value IS 1

 M value IS 0.79

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#001669 (or 0x001669) is known color: Sapphire. HEX triplet: 00, 16 and 69. RGB value is (0,22,105). Sum of RGB (Red+Green+Blue) = 0+22+105=127 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 127); Green value is 22 (8.98% from 255 or 17.32% from 127); Blue value is 105 (41.41% from 255 or 82.68% from 127); Max value from RGB is 105 - color contains mainly: blue. Hex color #001669 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001669 is #FFE996. Grayscale: #181818. Windows color (decimal): -16771479 or 6886912. OLE color: 6886912.

HSL color Cylindrical-coordinate representation of color #001669: hue angle of 227.43º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001669 is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 0 22 105 -
CMYK 1 0.79 0 0.59
HSL 227.43º 1% 0.21% -
HSV(B) 227.43º 1% 0.41% -
XYZ 2.84 1.59 13.52 -
YUV 24.88 173.21 110.25 -
System Red Green Blue C M Y K H S L
Decimal 0 22 105 1 0.79 0 0.59 227.43 1 0.21
Hex 0 16 69 64 4F 0 3B E3 64 15
Octal 0 26 151 144 117 0 73 343 144 25
Binary 0 10110 1101001 1100100 1001111 0 111011 11100011 1100100 10101

Color Harmonies of #001669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001669

Black with #001669

Text Example


Text Example

White with #001669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001669; }

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

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

background-color css

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

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

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

border-color css

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

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

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