Html Css Color HEX #1A70E3 Navy Blue

📋 copy color: '#1A70E3'

red 26 ◦ green 112 ◦ blue 227

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

Shades of Navy Blue #1A70E3

Tints of Navy Blue #1A70E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 62.19%

R = 7.12%
G = 30.68%
B = 62.19%

CMYK

 C value IS 0.89

 M value IS 0.51

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#1A70E3 (or 0x1A70E3) is known color: Navy Blue. HEX triplet: 1A, 70 and E3. RGB value is (26,112,227). Sum of RGB (Red+Green+Blue) = 26+112+227=365 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.12% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 227 (89.06% from 255 or 62.19% from 365); Max value from RGB is 227 - color contains mainly: blue. Hex color #1A70E3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A70E3 is #E58F1C. Grayscale: #626262. Windows color (decimal): -15044381 or 14905370. OLE color: 14905370.

HSL color Cylindrical-coordinate representation of color #1A70E3: hue angle of 214.33º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A70E3 is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 26 112 227 -
CMYK 0.89 0.51 0 0.11
HSL 214.33º 0.79% 0.5% -
HSV(B) 214.33º 0.89% 0.89% -
XYZ 20.09 17.35 74.96 -
YUV 99.4 200.01 75.65 -
System Red Green Blue C M Y K H S L
Decimal 26 112 227 0.89 0.51 0 0.11 214.33 0.79 0.5
Hex 1A 70 E3 59 33 0 B D6 4F 32
Octal 32 160 343 131 63 0 13 326 117 62
Binary 11010 1110000 11100011 1011001 110011 0 1011 11010110 1001111 110010

Color Harmonies of #1A70E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A70E3

Black with #1A70E3

Text Example


Text Example

White with #1A70E3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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