Html Css Color HEX #1350F3 Navy Blue

📋 copy color: '#1350F3'

red 19 ◦ green 80 ◦ blue 243

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

Shades of Navy Blue #1350F3

Tints of Navy Blue #1350F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 71.05%

R = 5.56%
G = 23.39%
B = 71.05%

CMYK

 C value IS 0.92

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1350F3 (or 0x1350F3) is known color: Navy Blue. HEX triplet: 13, 50 and F3. RGB value is (19,80,243). Sum of RGB (Red+Green+Blue) = 19+80+243=342 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.56% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 243 (95.31% from 255 or 71.05% from 342); Max value from RGB is 243 - color contains mainly: blue. Hex color #1350F3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1350F3 is #ECAF0C. Grayscale: #4F4F4F. Windows color (decimal): -15511309 or 15945747. OLE color: 15945747.

HSL color Cylindrical-coordinate representation of color #1350F3: hue angle of 223.66º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1350F3 is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 19 80 243 -
CMYK 0.92 0.67 0 0.05
HSL 223.66º 0.9% 0.51% -
HSV(B) 223.66º 0.92% 0.95% -
XYZ 19.31 12.35 86.16 -
YUV 80.34 219.79 84.25 -
System Red Green Blue C M Y K H S L
Decimal 19 80 243 0.92 0.67 0 0.05 223.66 0.9 0.51
Hex 13 50 F3 5C 43 0 5 E0 5A 33
Octal 23 120 363 134 103 0 5 340 132 63
Binary 10011 1010000 11110011 1011100 1000011 0 101 11100000 1011010 110011

Color Harmonies of #1350F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1350F3

Black with #1350F3

Text Example


Text Example

White with #1350F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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