Html Css Color HEX #1357EC Navy Blue

📋 copy color: '#1357EC'

red 19 ◦ green 87 ◦ blue 236

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

Shades of Navy Blue #1357EC

Tints of Navy Blue #1357EC

RGB

 RED value IS 19 (7.81% from 255) = 5.56%

 GREEN value IS 87 (34.38% from 255) = 25.44%

 BLUE value IS 236 (92.58% from 255) = 69.01%

R = 5.56%
G = 25.44%
B = 69.01%

CMYK

 C value IS 0.92

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1357EC (or 0x1357EC) is known color: Navy Blue. HEX triplet: 13, 57 and EC. RGB value is (19,87,236). Sum of RGB (Red+Green+Blue) = 19+87+236=342 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.56% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 236 (92.58% from 255 or 69.01% from 342); Max value from RGB is 236 - color contains mainly: blue. Hex color #1357EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1357EC is #ECA813. Grayscale: #525252. Windows color (decimal): -15509524 or 15488787. OLE color: 15488787.

HSL color Cylindrical-coordinate representation of color #1357EC: hue angle of 221.2º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1357EC is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 19 87 236 -
CMYK 0.92 0.63 0 0.07
HSL 221.2º 0.85% 0.5% -
HSV(B) 221.2º 0.92% 0.93% -
XYZ 18.82 13.01 80.88 -
YUV 83.65 213.97 81.88 -
System Red Green Blue C M Y K H S L
Decimal 19 87 236 0.92 0.63 0 0.07 221.2 0.85 0.5
Hex 13 57 EC 5C 3F 0 7 DD 55 32
Octal 23 127 354 134 77 0 7 335 125 62
Binary 10011 1010111 11101100 1011100 111111 0 111 11011101 1010101 110010

Color Harmonies of #1357EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1357EC

Black with #1357EC

Text Example


Text Example

White with #1357EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1357EC; }

 p { color: rgb(19,87,236); }

 H1.HeaderClassName
 {
   color: #1357EC;
 }
 .AnyTagClassName
 {
   color: #1357EC;
 }
</style>

background-color css

<style>
 a { background-color: #1357EC; }

 a { background-color: rgb(19,87,236); }

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

border-color css

<style>
 span { border-color: #1357EC; }

 span { border-color: rgb(19,87,236); }

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