Html Css Color HEX #1369DB Navy Blue

📋 copy color: '#1369DB'

red 19 ◦ green 105 ◦ blue 219

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

Shades of Navy Blue #1369DB

Tints of Navy Blue #1369DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 63.85%

R = 5.54%
G = 30.61%
B = 63.85%

CMYK

 C value IS 0.91

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1369DB (or 0x1369DB) is known color: Navy Blue. HEX triplet: 13, 69 and DB. RGB value is (19,105,219). Sum of RGB (Red+Green+Blue) = 19+105+219=343 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.54% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 219 (85.94% from 255 or 63.85% from 343); Max value from RGB is 219 - color contains mainly: blue. Hex color #1369DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1369DB is #EC9624. Grayscale: #5B5B5B. Windows color (decimal): -15504933 or 14379283. OLE color: 14379283.

HSL color Cylindrical-coordinate representation of color #1369DB: hue angle of 214.2º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1369DB is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 105 219 -
CMYK 0.91 0.52 0 0.14
HSL 214.2º 0.84% 0.47% -
HSV(B) 214.2º 0.91% 0.86% -
XYZ 18.11 15.36 69.03 -
YUV 92.28 199.51 75.73 -
System Red Green Blue C M Y K H S L
Decimal 19 105 219 0.91 0.52 0 0.14 214.2 0.84 0.47
Hex 13 69 DB 5B 34 0 E D6 54 2F
Octal 23 151 333 133 64 0 16 326 124 57
Binary 10011 1101001 11011011 1011011 110100 0 1110 11010110 1010100 101111

Color Harmonies of #1369DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1369DB

Black with #1369DB

Text Example


Text Example

White with #1369DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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