Html Css Color HEX #1778CE Navy Blue

📋 copy color: '#1778CE'

red 23 ◦ green 120 ◦ blue 206

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

Shades of Navy Blue #1778CE

Tints of Navy Blue #1778CE

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.38%

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

R = 6.59%
G = 34.38%
B = 59.03%

CMYK

 C value IS 0.89

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1778CE (or 0x1778CE) is known color: Navy Blue. HEX triplet: 17, 78 and CE. RGB value is (23,120,206). Sum of RGB (Red+Green+Blue) = 23+120+206=349 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.59% from 349); Green value is 120 (47.27% from 255 or 34.38% from 349); Blue value is 206 (80.86% from 255 or 59.03% from 349); Max value from RGB is 206 - color contains mainly: blue. Hex color #1778CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1778CE is #E88731. Grayscale: #646464. Windows color (decimal): -15238962 or 13531159. OLE color: 13531159.

HSL color Cylindrical-coordinate representation of color #1778CE: hue angle of 208.2º 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 #1778CE is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 23 120 206 -
CMYK 0.89 0.42 0 0.19
HSL 208.2º 0.8% 0.45% -
HSV(B) 208.2º 0.89% 0.81% -
XYZ 18.21 18.07 60.92 -
YUV 100.8 187.36 72.51 -
System Red Green Blue C M Y K H S L
Decimal 23 120 206 0.89 0.42 0 0.19 208.2 0.8 0.45
Hex 17 78 CE 59 2A 0 13 D0 50 2D
Octal 27 170 316 131 52 0 23 320 120 55
Binary 10111 1111000 11001110 1011001 101010 0 10011 11010000 1010000 101101

Color Harmonies of #1778CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1778CE

Black with #1778CE

Text Example


Text Example

White with #1778CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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