Html Css Color HEX #1776DE Navy Blue

📋 copy color: '#1776DE'

red 23 ◦ green 118 ◦ blue 222

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

Shades of Navy Blue #1776DE

Tints of Navy Blue #1776DE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.51%

 BLUE value IS 222 (87.11% from 255) = 61.16%

R = 6.34%
G = 32.51%
B = 61.16%

CMYK

 C value IS 0.90

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1776DE (or 0x1776DE) is known color: Navy Blue. HEX triplet: 17, 76 and DE. RGB value is (23,118,222). Sum of RGB (Red+Green+Blue) = 23+118+222=363 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.34% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 222 (87.11% from 255 or 61.16% from 363); Max value from RGB is 222 - color contains mainly: blue. Hex color #1776DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1776DE is #E88921. Grayscale: #646464. Windows color (decimal): -15239458 or 14579223. OLE color: 14579223.

HSL color Cylindrical-coordinate representation of color #1776DE: hue angle of 211.36º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1776DE is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 23 118 222 -
CMYK 0.90 0.47 0 0.13
HSL 211.36º 0.81% 0.48% -
HSV(B) 211.36º 0.9% 0.87% -
XYZ 20.02 18.41 71.61 -
YUV 101.45 196.03 72.04 -
System Red Green Blue C M Y K H S L
Decimal 23 118 222 0.90 0.47 0 0.13 211.36 0.81 0.48
Hex 17 76 DE 5A 2F 0 D D3 51 30
Octal 27 166 336 132 57 0 15 323 121 60
Binary 10111 1110110 11011110 1011010 101111 0 1101 11010011 1010001 110000

Color Harmonies of #1776DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1776DE

Black with #1776DE

Text Example


Text Example

White with #1776DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1776DE; }

 p { color: rgb(23,118,222); }

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

background-color css

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

 a { background-color: rgb(23,118,222); }

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

border-color css

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

 span { border-color: rgb(23,118,222); }

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