Html Css Color HEX #1774DD Navy Blue

📋 copy color: '#1774DD'

red 23 ◦ green 116 ◦ blue 221

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

Shades of Navy Blue #1774DD

Tints of Navy Blue #1774DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 61.39%

R = 6.39%
G = 32.22%
B = 61.39%

CMYK

 C value IS 0.90

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1774DD (or 0x1774DD) is known color: Navy Blue. HEX triplet: 17, 74 and DD. RGB value is (23,116,221). Sum of RGB (Red+Green+Blue) = 23+116+221=360 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.39% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 221 (86.72% from 255 or 61.39% from 360); Max value from RGB is 221 - color contains mainly: blue. Hex color #1774DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1774DD is #E88B22. Grayscale: #636363. Windows color (decimal): -15239971 or 14513175. OLE color: 14513175.

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

Color convert

RGB 23 116 221 -
CMYK 0.90 0.48 0 0.13
HSL 211.82º 0.81% 0.48% -
HSV(B) 211.82º 0.9% 0.87% -
XYZ 19.65 17.89 70.82 -
YUV 100.16 196.19 72.96 -
System Red Green Blue C M Y K H S L
Decimal 23 116 221 0.90 0.48 0 0.13 211.82 0.81 0.48
Hex 17 74 DD 5A 30 0 D D4 51 30
Octal 27 164 335 132 60 0 15 324 121 60
Binary 10111 1110100 11011101 1011010 110000 0 1101 11010100 1010001 110000

Color Harmonies of #1774DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1774DD

Black with #1774DD

Text Example


Text Example

White with #1774DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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