Html Css Color HEX #1779CE Navy Blue

📋 copy color: '#1779CE'

red 23 ◦ green 121 ◦ blue 206

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

Shades of Navy Blue #1779CE

Tints of Navy Blue #1779CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 58.86%

R = 6.57%
G = 34.57%
B = 58.86%

CMYK

 C value IS 0.89

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1779CE (or 0x1779CE) is known color: Navy Blue. HEX triplet: 17, 79 and CE. RGB value is (23,121,206). Sum of RGB (Red+Green+Blue) = 23+121+206=350 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.57% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 206 (80.86% from 255 or 58.86% from 350); Max value from RGB is 206 - color contains mainly: blue. Hex color #1779CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1779CE is #E88631. Grayscale: #646464. Windows color (decimal): -15238706 or 13531415. OLE color: 13531415.

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

Color convert

RGB 23 121 206 -
CMYK 0.89 0.41 0 0.19
HSL 207.87º 0.8% 0.45% -
HSV(B) 207.87º 0.89% 0.81% -
XYZ 18.33 18.31 60.96 -
YUV 101.39 187.03 72.09 -
System Red Green Blue C M Y K H S L
Decimal 23 121 206 0.89 0.41 0 0.19 207.87 0.8 0.45
Hex 17 79 CE 59 29 0 13 D0 50 2D
Octal 27 171 316 131 51 0 23 320 120 55
Binary 10111 1111001 11001110 1011001 101001 0 10011 11010000 1010000 101101

Color Harmonies of #1779CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1779CE

Black with #1779CE

Text Example


Text Example

White with #1779CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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