Html Css Color HEX #1369F1 Navy Blue

📋 copy color: '#1369F1'

red 19 ◦ green 105 ◦ blue 241

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

Shades of Navy Blue #1369F1

Tints of Navy Blue #1369F1

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.77%

 BLUE value IS 241 (94.53% from 255) = 66.03%

R = 5.21%
G = 28.77%
B = 66.03%

CMYK

 C value IS 0.92

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1369F1 (or 0x1369F1) is known color: Navy Blue. HEX triplet: 13, 69 and F1. RGB value is (19,105,241). Sum of RGB (Red+Green+Blue) = 19+105+241=365 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.21% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 241 (94.53% from 255 or 66.03% from 365); Max value from RGB is 241 - color contains mainly: blue. Hex color #1369F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1369F1 is #EC960E. Grayscale: #5E5E5E. Windows color (decimal): -15504911 or 15821075. OLE color: 15821075.

HSL color Cylindrical-coordinate representation of color #1369F1: hue angle of 216.76º degrees, saturation: 0.89, 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 #1369F1 is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 19 105 241 -
CMYK 0.92 0.56 0 0.05
HSL 216.76º 0.89% 0.51% -
HSV(B) 216.76º 0.92% 0.95% -
XYZ 21.2 16.59 85.3 -
YUV 94.79 210.51 73.94 -
System Red Green Blue C M Y K H S L
Decimal 19 105 241 0.92 0.56 0 0.05 216.76 0.89 0.51
Hex 13 69 F1 5C 38 0 5 D9 59 33
Octal 23 151 361 134 70 0 5 331 131 63
Binary 10011 1101001 11110001 1011100 111000 0 101 11011001 1011001 110011

Color Harmonies of #1369F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1369F1

Black with #1369F1

Text Example


Text Example

White with #1369F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1369F1; }

 p { color: rgb(19,105,241); }

 H1.HeaderClassName
 {
   color: #1369F1;
 }
 .AnyTagClassName
 {
   color: #1369F1;
 }
</style>

background-color css

<style>
 a { background-color: #1369F1; }

 a { background-color: rgb(19,105,241); }

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

border-color css

<style>
 span { border-color: #1369F1; }

 span { border-color: rgb(19,105,241); }

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