Html Css Color HEX #1369E0 Navy Blue

📋 copy color: '#1369E0'

red 19 ◦ green 105 ◦ blue 224

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

Shades of Navy Blue #1369E0

Tints of Navy Blue #1369E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 64.37%

R = 5.46%
G = 30.17%
B = 64.37%

CMYK

 C value IS 0.92

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#1369E0 (or 0x1369E0) is known color: Navy Blue. HEX triplet: 13, 69 and E0. RGB value is (19,105,224). Sum of RGB (Red+Green+Blue) = 19+105+224=348 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.46% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 224 (87.89% from 255 or 64.37% from 348); Max value from RGB is 224 - color contains mainly: blue. Hex color #1369E0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1369E0 is #EC961F. Grayscale: #5C5C5C. Windows color (decimal): -15504928 or 14706963. OLE color: 14706963.

HSL color Cylindrical-coordinate representation of color #1369E0: hue angle of 214.83º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1369E0 is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 19 105 224 -
CMYK 0.92 0.53 0 0.12
HSL 214.83º 0.84% 0.48% -
HSV(B) 214.83º 0.92% 0.88% -
XYZ 18.77 15.62 72.55 -
YUV 92.85 202.01 75.32 -
System Red Green Blue C M Y K H S L
Decimal 19 105 224 0.92 0.53 0 0.12 214.83 0.84 0.48
Hex 13 69 E0 5C 35 0 C D7 54 30
Octal 23 151 340 134 65 0 14 327 124 60
Binary 10011 1101001 11100000 1011100 110101 0 1100 11010111 1010100 110000

Color Harmonies of #1369E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1369E0

Black with #1369E0

Text Example


Text Example

White with #1369E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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