Html Css Color HEX #1A70DC Navy Blue

📋 copy color: '#1A70DC'

red 26 ◦ green 112 ◦ blue 220

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

Shades of Navy Blue #1A70DC

Tints of Navy Blue #1A70DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 61.45%

R = 7.26%
G = 31.28%
B = 61.45%

CMYK

 C value IS 0.88

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1A70DC (or 0x1A70DC) is known color: Navy Blue. HEX triplet: 1A, 70 and DC. RGB value is (26,112,220). Sum of RGB (Red+Green+Blue) = 26+112+220=358 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.26% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 220 (86.33% from 255 or 61.45% from 358); Max value from RGB is 220 - color contains mainly: blue. Hex color #1A70DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A70DC is #E58F23. Grayscale: #626262. Windows color (decimal): -15044388 or 14446618. OLE color: 14446618.

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

Color convert

RGB 26 112 220 -
CMYK 0.88 0.49 0 0.14
HSL 213.4º 0.79% 0.48% -
HSV(B) 213.4º 0.88% 0.86% -
XYZ 19.14 16.98 69.98 -
YUV 98.6 196.51 76.22 -
System Red Green Blue C M Y K H S L
Decimal 26 112 220 0.88 0.49 0 0.14 213.4 0.79 0.48
Hex 1A 70 DC 58 31 0 E D5 4F 30
Octal 32 160 334 130 61 0 16 325 117 60
Binary 11010 1110000 11011100 1011000 110001 0 1110 11010101 1001111 110000

Color Harmonies of #1A70DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A70DC

Black with #1A70DC

Text Example


Text Example

White with #1A70DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,112,220); }

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

background-color css

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

 a { background-color: rgb(26,112,220); }

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

border-color css

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

 span { border-color: rgb(26,112,220); }

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