Html Css Color HEX #1453E8 Navy Blue

📋 copy color: '#1453E8'

red 20 ◦ green 83 ◦ blue 232

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

Shades of Navy Blue #1453E8

Tints of Navy Blue #1453E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 69.25%

R = 5.97%
G = 24.78%
B = 69.25%

CMYK

 C value IS 0.91

 M value IS 0.64

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#1453E8 (or 0x1453E8) is known color: Navy Blue. HEX triplet: 14, 53 and E8. RGB value is (20,83,232). Sum of RGB (Red+Green+Blue) = 20+83+232=335 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.97% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 232 (91.02% from 255 or 69.25% from 335); Max value from RGB is 232 - color contains mainly: blue. Hex color #1453E8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1453E8 is #EBAC17. Grayscale: #505050. Windows color (decimal): -15445016 or 15225620. OLE color: 15225620.

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

Color convert

RGB 20 83 232 -
CMYK 0.91 0.64 0 0.09
HSL 222.17º 0.84% 0.49% -
HSV(B) 222.17º 0.91% 0.91% -
XYZ 17.95 12.16 77.75 -
YUV 81.15 213.13 84.38 -
System Red Green Blue C M Y K H S L
Decimal 20 83 232 0.91 0.64 0 0.09 222.17 0.84 0.49
Hex 14 53 E8 5B 40 0 9 DE 54 31
Octal 24 123 350 133 100 0 11 336 124 61
Binary 10100 1010011 11101000 1011011 1000000 0 1001 11011110 1010100 110001

Color Harmonies of #1453E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1453E8

Black with #1453E8

Text Example


Text Example

White with #1453E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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