Html Css Color HEX #1A73DD Navy Blue

📋 copy color: '#1A73DD'

red 26 ◦ green 115 ◦ blue 221

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

Shades of Navy Blue #1A73DD

Tints of Navy Blue #1A73DD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.77%

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

R = 7.18%
G = 31.77%
B = 61.05%

CMYK

 C value IS 0.88

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1A73DD (or 0x1A73DD) is known color: Navy Blue. HEX triplet: 1A, 73 and DD. RGB value is (26,115,221). Sum of RGB (Red+Green+Blue) = 26+115+221=362 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.18% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 221 (86.72% from 255 or 61.05% from 362); Max value from RGB is 221 - color contains mainly: blue. Hex color #1A73DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A73DD is #E58C22. Grayscale: #636363. Windows color (decimal): -15043619 or 14512922. OLE color: 14512922.

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

Color convert

RGB 26 115 221 -
CMYK 0.88 0.48 0 0.13
HSL 212.62º 0.79% 0.48% -
HSV(B) 212.62º 0.88% 0.87% -
XYZ 19.61 17.7 70.79 -
YUV 100.47 196.01 74.88 -
System Red Green Blue C M Y K H S L
Decimal 26 115 221 0.88 0.48 0 0.13 212.62 0.79 0.48
Hex 1A 73 DD 58 30 0 D D5 4F 30
Octal 32 163 335 130 60 0 15 325 117 60
Binary 11010 1110011 11011101 1011000 110000 0 1101 11010101 1001111 110000

Color Harmonies of #1A73DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A73DD

Black with #1A73DD

Text Example


Text Example

White with #1A73DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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