Html Css Color HEX #1350FA Navy Blue

📋 copy color: '#1350FA'

red 19 ◦ green 80 ◦ blue 250

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

Shades of Navy Blue #1350FA

Tints of Navy Blue #1350FA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.92%

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

R = 5.44%
G = 22.92%
B = 71.63%

CMYK

 C value IS 0.92

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1350FA (or 0x1350FA) is known color: Navy Blue. HEX triplet: 13, 50 and FA. RGB value is (19,80,250). Sum of RGB (Red+Green+Blue) = 19+80+250=349 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.44% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 250 (98.05% from 255 or 71.63% from 349); Max value from RGB is 250 - color contains mainly: blue. Hex color #1350FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1350FA is #ECAF05. Grayscale: #505050. Windows color (decimal): -15511302 or 16404499. OLE color: 16404499.

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

Color convert

RGB 19 80 250 -
CMYK 0.92 0.68 0 0.02
HSL 224.16º 0.96% 0.53% -
HSV(B) 224.16º 0.92% 0.98% -
XYZ 20.39 12.78 91.83 -
YUV 81.14 223.29 83.68 -
System Red Green Blue C M Y K H S L
Decimal 19 80 250 0.92 0.68 0 0.02 224.16 0.96 0.53
Hex 13 50 FA 5C 44 0 2 E0 60 35
Octal 23 120 372 134 104 0 2 340 140 65
Binary 10011 1010000 11111010 1011100 1000100 0 10 11100000 1100000 110101

Color Harmonies of #1350FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1350FA

Black with #1350FA

Text Example


Text Example

White with #1350FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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