Html Css Color HEX #1770DD Navy Blue

📋 copy color: '#1770DD'

red 23 ◦ green 112 ◦ blue 221

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

Shades of Navy Blue #1770DD

Tints of Navy Blue #1770DD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.46%

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

R = 6.46%
G = 31.46%
B = 62.08%

CMYK

 C value IS 0.90

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1770DD (or 0x1770DD) is known color: Navy Blue. HEX triplet: 17, 70 and DD. RGB value is (23,112,221). Sum of RGB (Red+Green+Blue) = 23+112+221=356 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.46% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 221 (86.72% from 255 or 62.08% from 356); Max value from RGB is 221 - color contains mainly: blue. Hex color #1770DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1770DD is #E88F22. Grayscale: #616161. Windows color (decimal): -15240995 or 14512151. OLE color: 14512151.

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

Color convert

RGB 23 112 221 -
CMYK 0.90 0.49 0 0.13
HSL 213.03º 0.81% 0.48% -
HSV(B) 213.03º 0.9% 0.87% -
XYZ 19.2 16.99 70.67 -
YUV 97.82 197.51 74.64 -
System Red Green Blue C M Y K H S L
Decimal 23 112 221 0.90 0.49 0 0.13 213.03 0.81 0.48
Hex 17 70 DD 5A 31 0 D D5 51 30
Octal 27 160 335 132 61 0 15 325 121 60
Binary 10111 1110000 11011101 1011010 110001 0 1101 11010101 1010001 110000

Color Harmonies of #1770DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1770DD

Black with #1770DD

Text Example


Text Example

White with #1770DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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