Html Css Color HEX #1779DB Navy Blue

📋 copy color: '#1779DB'

red 23 ◦ green 121 ◦ blue 219

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

Shades of Navy Blue #1779DB

Tints of Navy Blue #1779DB

RGB

 RED value IS 23 (9.38% from 255) = 6.34%

 GREEN value IS 121 (47.66% from 255) = 33.33%

 BLUE value IS 219 (85.94% from 255) = 60.33%

R = 6.34%
G = 33.33%
B = 60.33%

CMYK

 C value IS 0.89

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1779DB (or 0x1779DB) is known color: Navy Blue. HEX triplet: 17, 79 and DB. RGB value is (23,121,219). Sum of RGB (Red+Green+Blue) = 23+121+219=363 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.34% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #1779DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1779DB is #E88624. Grayscale: #666666. Windows color (decimal): -15238693 or 14383383. OLE color: 14383383.

HSL color Cylindrical-coordinate representation of color #1779DB: hue angle of 210º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1779DB is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 23 121 219 -
CMYK 0.89 0.45 0 0.14
HSL 210º 0.81% 0.47% -
HSV(B) 210º 0.89% 0.86% -
XYZ 19.98 18.97 69.63 -
YUV 102.87 193.53 71.03 -
System Red Green Blue C M Y K H S L
Decimal 23 121 219 0.89 0.45 0 0.14 210 0.81 0.47
Hex 17 79 DB 59 2D 0 E D2 51 2F
Octal 27 171 333 131 55 0 16 322 121 57
Binary 10111 1111001 11011011 1011001 101101 0 1110 11010010 1010001 101111

Color Harmonies of #1779DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1779DB

Black with #1779DB

Text Example


Text Example

White with #1779DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1779DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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