Html Css Color HEX #1351EF Navy Blue

📋 copy color: '#1351EF'

red 19 ◦ green 81 ◦ blue 239

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

Shades of Navy Blue #1351EF

Tints of Navy Blue #1351EF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.89%

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

R = 5.6%
G = 23.89%
B = 70.5%

CMYK

 C value IS 0.92

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1351EF (or 0x1351EF) is known color: Navy Blue. HEX triplet: 13, 51 and EF. RGB value is (19,81,239). Sum of RGB (Red+Green+Blue) = 19+81+239=339 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.60% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 239 (93.75% from 255 or 70.50% from 339); Max value from RGB is 239 - color contains mainly: blue. Hex color #1351EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1351EF is #ECAE10. Grayscale: #4F4F4F. Windows color (decimal): -15511057 or 15683859. OLE color: 15683859.

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

Color convert

RGB 19 81 239 -
CMYK 0.92 0.66 0 0.06
HSL 223.09º 0.87% 0.51% -
HSV(B) 223.09º 0.92% 0.94% -
XYZ 18.79 12.26 83.04 -
YUV 80.47 217.46 84.15 -
System Red Green Blue C M Y K H S L
Decimal 19 81 239 0.92 0.66 0 0.06 223.09 0.87 0.51
Hex 13 51 EF 5C 42 0 6 DF 57 33
Octal 23 121 357 134 102 0 6 337 127 63
Binary 10011 1010001 11101111 1011100 1000010 0 110 11011111 1010111 110011

Color Harmonies of #1351EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1351EF

Black with #1351EF

Text Example


Text Example

White with #1351EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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