Html Css Color HEX #1774D7 Navy Blue

📋 copy color: '#1774D7'

red 23 ◦ green 116 ◦ blue 215

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

Shades of Navy Blue #1774D7

Tints of Navy Blue #1774D7

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.77%

 BLUE value IS 215 (84.38% from 255) = 60.73%

R = 6.5%
G = 32.77%
B = 60.73%

CMYK

 C value IS 0.89

 M value IS 0.46

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1774D7 (or 0x1774D7) is known color: Navy Blue. HEX triplet: 17, 74 and D7. RGB value is (23,116,215). Sum of RGB (Red+Green+Blue) = 23+116+215=354 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.50% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 215 (84.38% from 255 or 60.73% from 354); Max value from RGB is 215 - color contains mainly: blue. Hex color #1774D7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1774D7 is #E88B28. Grayscale: #626262. Windows color (decimal): -15239977 or 14119959. OLE color: 14119959.

HSL color Cylindrical-coordinate representation of color #1774D7: hue angle of 210.94º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1774D7 is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 23 116 215 -
CMYK 0.89 0.46 0 0.16
HSL 210.94º 0.81% 0.47% -
HSV(B) 210.94º 0.89% 0.84% -
XYZ 18.86 17.58 66.69 -
YUV 99.48 193.19 73.45 -
System Red Green Blue C M Y K H S L
Decimal 23 116 215 0.89 0.46 0 0.16 210.94 0.81 0.47
Hex 17 74 D7 59 2E 0 10 D3 51 2F
Octal 27 164 327 131 56 0 20 323 121 57
Binary 10111 1110100 11010111 1011001 101110 0 10000 11010011 1010001 101111

Color Harmonies of #1774D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1774D7

Black with #1774D7

Text Example


Text Example

White with #1774D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1774D7; }

 p { color: rgb(23,116,215); }

 H1.HeaderClassName
 {
   color: #1774D7;
 }
 .AnyTagClassName
 {
   color: #1774D7;
 }
</style>

background-color css

<style>
 a { background-color: #1774D7; }

 a { background-color: rgb(23,116,215); }

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

border-color css

<style>
 span { border-color: #1774D7; }

 span { border-color: rgb(23,116,215); }

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