Html Css Color HEX #1A5DE5 Navy Blue

📋 copy color: '#1A5DE5'

red 26 ◦ green 93 ◦ blue 229

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

Shades of Navy Blue #1A5DE5

Tints of Navy Blue #1A5DE5

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.72%

 BLUE value IS 229 (89.84% from 255) = 65.8%

R = 7.47%
G = 26.72%
B = 65.8%

CMYK

 C value IS 0.89

 M value IS 0.59

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#1A5DE5 (or 0x1A5DE5) is known color: Navy Blue. HEX triplet: 1A, 5D and E5. RGB value is (26,93,229). Sum of RGB (Red+Green+Blue) = 26+93+229=348 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.47% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 229 (89.84% from 255 or 65.80% from 348); Max value from RGB is 229 - color contains mainly: blue. Hex color #1A5DE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A5DE5 is #E5A21A. Grayscale: #575757. Windows color (decimal): -15049243 or 15031578. OLE color: 15031578.

HSL color Cylindrical-coordinate representation of color #1A5DE5: hue angle of 220.2º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A5DE5 is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 26 93 229 -
CMYK 0.89 0.59 0 0.10
HSL 220.2º 0.8% 0.5% -
HSV(B) 220.2º 0.89% 0.9% -
XYZ 18.48 13.71 75.8 -
YUV 88.47 207.3 83.44 -
System Red Green Blue C M Y K H S L
Decimal 26 93 229 0.89 0.59 0 0.10 220.2 0.8 0.5
Hex 1A 5D E5 59 3B 0 A DC 50 32
Octal 32 135 345 131 73 0 12 334 120 62
Binary 11010 1011101 11100101 1011001 111011 0 1010 11011100 1010000 110010

Color Harmonies of #1A5DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A5DE5

Black with #1A5DE5

Text Example


Text Example

White with #1A5DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,93,229); }

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

background-color css

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

 a { background-color: rgb(26,93,229); }

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

border-color css

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

 span { border-color: rgb(26,93,229); }

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