Html Css Color HEX #1349EF Navy Blue

📋 copy color: '#1349EF'

red 19 ◦ green 73 ◦ blue 239

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

Shades of Navy Blue #1349EF

Tints of Navy Blue #1349EF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.05%

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

R = 5.74%
G = 22.05%
B = 72.21%

CMYK

 C value IS 0.92

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1349EF (or 0x1349EF) is known color: Navy Blue. HEX triplet: 13, 49 and EF. RGB value is (19,73,239). Sum of RGB (Red+Green+Blue) = 19+73+239=331 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.74% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 239 (93.75% from 255 or 72.21% from 331); Max value from RGB is 239 - color contains mainly: blue. Hex color #1349EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1349EF is #ECB610. Grayscale: #4B4B4B. Windows color (decimal): -15513105 or 15681811. OLE color: 15681811.

HSL color Cylindrical-coordinate representation of color #1349EF: hue angle of 225.27º 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 #1349EF is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 19 73 239 -
CMYK 0.92 0.69 0 0.06
HSL 225.27º 0.87% 0.51% -
HSV(B) 225.27º 0.92% 0.94% -
XYZ 18.23 11.14 82.85 -
YUV 75.78 220.11 87.5 -
System Red Green Blue C M Y K H S L
Decimal 19 73 239 0.92 0.69 0 0.06 225.27 0.87 0.51
Hex 13 49 EF 5C 45 0 6 E1 57 33
Octal 23 111 357 134 105 0 6 341 127 63
Binary 10011 1001001 11101111 1011100 1000101 0 110 11100001 1010111 110011

Color Harmonies of #1349EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1349EF

Black with #1349EF

Text Example


Text Example

White with #1349EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,73,239); }

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

background-color css

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

 a { background-color: rgb(19,73,239); }

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

border-color css

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

 span { border-color: rgb(19,73,239); }

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