Html Css Color HEX #1453E5 Navy Blue

📋 copy color: '#1453E5'

red 20 ◦ green 83 ◦ blue 229

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

Shades of Navy Blue #1453E5

Tints of Navy Blue #1453E5

RGB

 RED value IS 20 (8.2% from 255) = 6.02%

 GREEN value IS 83 (32.81% from 255) = 25%

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

R = 6.02%
G = 25%
B = 68.98%

CMYK

 C value IS 0.91

 M value IS 0.64

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#1453E5 (or 0x1453E5) is known color: Navy Blue. HEX triplet: 14, 53 and E5. RGB value is (20,83,229). Sum of RGB (Red+Green+Blue) = 20+83+229=332 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.02% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 229 (89.84% from 255 or 68.98% from 332); Max value from RGB is 229 - color contains mainly: blue. Hex color #1453E5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1453E5 is #EBAC1A. Grayscale: #505050. Windows color (decimal): -15445019 or 15029012. OLE color: 15029012.

HSL color Cylindrical-coordinate representation of color #1453E5: hue angle of 221.91º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1453E5 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 20 83 229 -
CMYK 0.91 0.64 0 0.10
HSL 221.91º 0.84% 0.49% -
HSV(B) 221.91º 0.91% 0.9% -
XYZ 17.52 11.99 75.52 -
YUV 80.81 211.63 84.63 -
System Red Green Blue C M Y K H S L
Decimal 20 83 229 0.91 0.64 0 0.10 221.91 0.84 0.49
Hex 14 53 E5 5B 40 0 A DE 54 31
Octal 24 123 345 133 100 0 12 336 124 61
Binary 10100 1010011 11100101 1011011 1000000 0 1010 11011110 1010100 110001

Color Harmonies of #1453E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1453E5

Black with #1453E5

Text Example


Text Example

White with #1453E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1453E5; }

 p { color: rgb(20,83,229); }

 H1.HeaderClassName
 {
   color: #1453E5;
 }
 .AnyTagClassName
 {
   color: #1453E5;
 }
</style>

background-color css

<style>
 a { background-color: #1453E5; }

 a { background-color: rgb(20,83,229); }

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

border-color css

<style>
 span { border-color: #1453E5; }

 span { border-color: rgb(20,83,229); }

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