Html Css Color HEX #001779 Sapphire

📋 copy color: '#001779'

red 0 ◦ green 23 ◦ blue 121

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

Shades of Sapphire #001779

Tints of Sapphire #001779

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.97%

 BLUE value IS 121 (47.66% from 255) = 84.03%

R = 0%
G = 15.97%
B = 84.03%

CMYK

 C value IS 1

 M value IS 0.81

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#001779 (or 0x001779) is known color: Sapphire. HEX triplet: 00, 17 and 79. RGB value is (0,23,121). Sum of RGB (Red+Green+Blue) = 0+23+121=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 23 (9.38% from 255 or 15.97% from 144); Blue value is 121 (47.66% from 255 or 84.03% from 144); Max value from RGB is 121 - color contains mainly: blue. Hex color #001779 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001779 is #FFE886. Grayscale: #1A1A1A. Windows color (decimal): -16771207 or 7935744. OLE color: 7935744.

HSL color Cylindrical-coordinate representation of color #001779: hue angle of 228.6º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001779 is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 0 23 121 -
CMYK 1 0.81 0 0.53
HSL 228.6º 1% 0.24% -
HSV(B) 228.6º 1% 0.47% -
XYZ 3.76 1.99 18.28 -
YUV 27.3 180.88 108.53 -
System Red Green Blue C M Y K H S L
Decimal 0 23 121 1 0.81 0 0.53 228.6 1 0.24
Hex 0 17 79 64 51 0 35 E5 64 18
Octal 0 27 171 144 121 0 65 345 144 30
Binary 0 10111 1111001 1100100 1010001 0 110101 11100101 1100100 11000

Color Harmonies of #001779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001779

Black with #001779

Text Example


Text Example

White with #001779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001779; }

 p { color: rgb(0,23,121); }

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

background-color css

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

 a { background-color: rgb(0,23,121); }

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

border-color css

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

 span { border-color: rgb(0,23,121); }

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