Html Css Color HEX #1779CD Navy Blue

📋 copy color: '#1779CD'

red 23 ◦ green 121 ◦ blue 205

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

Shades of Navy Blue #1779CD

Tints of Navy Blue #1779CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.74%

R = 6.59%
G = 34.67%
B = 58.74%

CMYK

 C value IS 0.89

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1779CD (or 0x1779CD) is known color: Navy Blue. HEX triplet: 17, 79 and CD. RGB value is (23,121,205). Sum of RGB (Red+Green+Blue) = 23+121+205=349 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.59% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 205 (80.47% from 255 or 58.74% from 349); Max value from RGB is 205 - color contains mainly: blue. Hex color #1779CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1779CD is #E88632. Grayscale: #646464. Windows color (decimal): -15238707 or 13465879. OLE color: 13465879.

HSL color Cylindrical-coordinate representation of color #1779CD: hue angle of 207.69º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1779CD is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 23 121 205 -
CMYK 0.89 0.41 0 0.20
HSL 207.69º 0.8% 0.45% -
HSV(B) 207.69º 0.89% 0.8% -
XYZ 18.21 18.26 60.32 -
YUV 101.27 186.53 72.17 -
System Red Green Blue C M Y K H S L
Decimal 23 121 205 0.89 0.41 0 0.20 207.69 0.8 0.45
Hex 17 79 CD 59 29 0 14 D0 50 2D
Octal 27 171 315 131 51 0 24 320 120 55
Binary 10111 1111001 11001101 1011001 101001 0 10100 11010000 1010000 101101

Color Harmonies of #1779CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1779CD

Black with #1779CD

Text Example


Text Example

White with #1779CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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