Html Css Color HEX #1365DB Navy Blue

📋 copy color: '#1365DB'

red 19 ◦ green 101 ◦ blue 219

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

Shades of Navy Blue #1365DB

Tints of Navy Blue #1365DB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.79%

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

R = 5.6%
G = 29.79%
B = 64.6%

CMYK

 C value IS 0.91

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1365DB (or 0x1365DB) is known color: Navy Blue. HEX triplet: 13, 65 and DB. RGB value is (19,101,219). Sum of RGB (Red+Green+Blue) = 19+101+219=339 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.60% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 219 (85.94% from 255 or 64.60% from 339); Max value from RGB is 219 - color contains mainly: blue. Hex color #1365DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1365DB is #EC9A24. Grayscale: #595959. Windows color (decimal): -15505957 or 14378259. OLE color: 14378259.

HSL color Cylindrical-coordinate representation of color #1365DB: hue angle of 215.4º 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 #1365DB is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 101 219 -
CMYK 0.91 0.54 0 0.14
HSL 215.4º 0.84% 0.47% -
HSV(B) 215.4º 0.91% 0.86% -
XYZ 17.71 14.56 68.89 -
YUV 89.93 200.83 77.41 -
System Red Green Blue C M Y K H S L
Decimal 19 101 219 0.91 0.54 0 0.14 215.4 0.84 0.47
Hex 13 65 DB 5B 36 0 E D7 54 2F
Octal 23 145 333 133 66 0 16 327 124 57
Binary 10011 1100101 11011011 1011011 110110 0 1110 11010111 1010100 101111

Color Harmonies of #1365DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1365DB

Black with #1365DB

Text Example


Text Example

White with #1365DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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