Html Css Color HEX #1354FA Navy Blue

📋 copy color: '#1354FA'

red 19 ◦ green 84 ◦ blue 250

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

Shades of Navy Blue #1354FA

Tints of Navy Blue #1354FA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.8%

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

R = 5.38%
G = 23.8%
B = 70.82%

CMYK

 C value IS 0.92

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1354FA (or 0x1354FA) is known color: Navy Blue. HEX triplet: 13, 54 and FA. RGB value is (19,84,250). Sum of RGB (Red+Green+Blue) = 19+84+250=353 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.38% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 250 (98.05% from 255 or 70.82% from 353); Max value from RGB is 250 - color contains mainly: blue. Hex color #1354FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1354FA is #ECAB05. Grayscale: #525252. Windows color (decimal): -15510278 or 16405523. OLE color: 16405523.

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

Color convert

RGB 19 84 250 -
CMYK 0.92 0.66 0 0.02
HSL 223.12º 0.96% 0.53% -
HSV(B) 223.12º 0.92% 0.98% -
XYZ 20.69 13.38 91.93 -
YUV 83.49 221.97 82 -
System Red Green Blue C M Y K H S L
Decimal 19 84 250 0.92 0.66 0 0.02 223.12 0.96 0.53
Hex 13 54 FA 5C 42 0 2 DF 60 35
Octal 23 124 372 134 102 0 2 337 140 65
Binary 10011 1010100 11111010 1011100 1000010 0 10 11011111 1100000 110101

Color Harmonies of #1354FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1354FA

Black with #1354FA

Text Example


Text Example

White with #1354FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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