Html Css Color HEX #1A77DD Navy Blue

📋 copy color: '#1A77DD'

red 26 ◦ green 119 ◦ blue 221

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

Shades of Navy Blue #1A77DD

Tints of Navy Blue #1A77DD

RGB

 RED value IS 26 (10.55% from 255) = 7.1%

 GREEN value IS 119 (46.88% from 255) = 32.51%

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

R = 7.1%
G = 32.51%
B = 60.38%

CMYK

 C value IS 0.88

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1A77DD (or 0x1A77DD) is known color: Navy Blue. HEX triplet: 1A, 77 and DD. RGB value is (26,119,221). Sum of RGB (Red+Green+Blue) = 26+119+221=366 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.10% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 221 (86.72% from 255 or 60.38% from 366); Max value from RGB is 221 - color contains mainly: blue. Hex color #1A77DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A77DD is #E58822. Grayscale: #666666. Windows color (decimal): -15042595 or 14513946. OLE color: 14513946.

HSL color Cylindrical-coordinate representation of color #1A77DD: hue angle of 211.38º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A77DD is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 26 119 221 -
CMYK 0.88 0.46 0 0.13
HSL 211.38º 0.79% 0.48% -
HSV(B) 211.38º 0.88% 0.87% -
XYZ 20.07 18.63 70.95 -
YUV 102.82 194.69 73.21 -
System Red Green Blue C M Y K H S L
Decimal 26 119 221 0.88 0.46 0 0.13 211.38 0.79 0.48
Hex 1A 77 DD 58 2E 0 D D3 4F 30
Octal 32 167 335 130 56 0 15 323 117 60
Binary 11010 1110111 11011101 1011000 101110 0 1101 11010011 1001111 110000

Color Harmonies of #1A77DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A77DD

Black with #1A77DD

Text Example


Text Example

White with #1A77DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A77DD; }

 p { color: rgb(26,119,221); }

 H1.HeaderClassName
 {
   color: #1A77DD;
 }
 .AnyTagClassName
 {
   color: #1A77DD;
 }
</style>

background-color css

<style>
 a { background-color: #1A77DD; }

 a { background-color: rgb(26,119,221); }

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

border-color css

<style>
 span { border-color: #1A77DD; }

 span { border-color: rgb(26,119,221); }

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