Html Css Color HEX #1453EF Navy Blue

📋 copy color: '#1453EF'

red 20 ◦ green 83 ◦ blue 239

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

Shades of Navy Blue #1453EF

Tints of Navy Blue #1453EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 69.88%

R = 5.85%
G = 24.27%
B = 69.88%

CMYK

 C value IS 0.92

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1453EF (or 0x1453EF) is known color: Navy Blue. HEX triplet: 14, 53 and EF. RGB value is (20,83,239). Sum of RGB (Red+Green+Blue) = 20+83+239=342 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.85% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 239 (93.75% from 255 or 69.88% from 342); Max value from RGB is 239 - color contains mainly: blue. Hex color #1453EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1453EF is #EBAC10. Grayscale: #515151. Windows color (decimal): -15445009 or 15684372. OLE color: 15684372.

HSL color Cylindrical-coordinate representation of color #1453EF: hue angle of 222.74º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1453EF is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 20 83 239 -
CMYK 0.92 0.65 0 0.06
HSL 222.74º 0.87% 0.51% -
HSV(B) 222.74º 0.92% 0.94% -
XYZ 18.96 12.57 83.09 -
YUV 81.95 216.63 83.82 -
System Red Green Blue C M Y K H S L
Decimal 20 83 239 0.92 0.65 0 0.06 222.74 0.87 0.51
Hex 14 53 EF 5C 41 0 6 DF 57 33
Octal 24 123 357 134 101 0 6 337 127 63
Binary 10100 1010011 11101111 1011100 1000001 0 110 11011111 1010111 110011

Color Harmonies of #1453EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1453EF

Black with #1453EF

Text Example


Text Example

White with #1453EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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