Html Css Color HEX #1357FA Navy Blue

📋 copy color: '#1357FA'

red 19 ◦ green 87 ◦ blue 250

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

Shades of Navy Blue #1357FA

Tints of Navy Blue #1357FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 70.22%

R = 5.34%
G = 24.44%
B = 70.22%

CMYK

 C value IS 0.92

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1357FA (or 0x1357FA) is known color: Navy Blue. HEX triplet: 13, 57 and FA. RGB value is (19,87,250). Sum of RGB (Red+Green+Blue) = 19+87+250=356 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.34% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 250 (98.05% from 255 or 70.22% from 356); Max value from RGB is 250 - color contains mainly: blue. Hex color #1357FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1357FA is #ECA805. Grayscale: #545454. Windows color (decimal): -15509510 or 16406291. OLE color: 16406291.

HSL color Cylindrical-coordinate representation of color #1357FA: hue angle of 222.34º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1357FA is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 19 87 250 -
CMYK 0.92 0.65 0 0.02
HSL 222.34º 0.96% 0.53% -
HSV(B) 222.34º 0.92% 0.98% -
XYZ 20.93 13.86 92.01 -
YUV 85.25 220.97 80.75 -
System Red Green Blue C M Y K H S L
Decimal 19 87 250 0.92 0.65 0 0.02 222.34 0.96 0.53
Hex 13 57 FA 5C 41 0 2 DE 60 35
Octal 23 127 372 134 101 0 2 336 140 65
Binary 10011 1010111 11111010 1011100 1000001 0 10 11011110 1100000 110101

Color Harmonies of #1357FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1357FA

Black with #1357FA

Text Example


Text Example

White with #1357FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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