Html Css Color HEX #1775DE Navy Blue

📋 copy color: '#1775DE'

red 23 ◦ green 117 ◦ blue 222

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

Shades of Navy Blue #1775DE

Tints of Navy Blue #1775DE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.32%

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

R = 6.35%
G = 32.32%
B = 61.33%

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

#1775DE (or 0x1775DE) is known color: Navy Blue. HEX triplet: 17, 75 and DE. RGB value is (23,117,222). Sum of RGB (Red+Green+Blue) = 23+117+222=362 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.35% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 222 (87.11% from 255 or 61.33% from 362); Max value from RGB is 222 - color contains mainly: blue. Hex color #1775DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1775DE is #E88A21. Grayscale: #646464. Windows color (decimal): -15239714 or 14578967. OLE color: 14578967.

HSL color Cylindrical-coordinate representation of color #1775DE: hue angle of 211.66º 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 #1775DE is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 23 117 222 -
CMYK 0.90 0.47 0 0.13
HSL 211.66º 0.81% 0.48% -
HSV(B) 211.66º 0.9% 0.87% -
XYZ 19.9 18.18 71.57 -
YUV 100.86 196.36 72.46 -
System Red Green Blue C M Y K H S L
Decimal 23 117 222 0.90 0.47 0 0.13 211.66 0.81 0.48
Hex 17 75 DE 5A 2F 0 D D4 51 30
Octal 27 165 336 132 57 0 15 324 121 60
Binary 10111 1110101 11011110 1011010 101111 0 1101 11010100 1010001 110000

Color Harmonies of #1775DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1775DE

Black with #1775DE

Text Example


Text Example

White with #1775DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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