Html Css Color HEX #1354DB Navy Blue

📋 copy color: '#1354DB'

red 19 ◦ green 84 ◦ blue 219

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

Shades of Navy Blue #1354DB

Tints of Navy Blue #1354DB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.09%

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

R = 5.9%
G = 26.09%
B = 68.01%

CMYK

 C value IS 0.91

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1354DB (or 0x1354DB) is known color: Navy Blue. HEX triplet: 13, 54 and DB. RGB value is (19,84,219). Sum of RGB (Red+Green+Blue) = 19+84+219=322 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.90% from 322); Green value is 84 (33.20% from 255 or 26.09% from 322); Blue value is 219 (85.94% from 255 or 68.01% from 322); Max value from RGB is 219 - color contains mainly: blue. Hex color #1354DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1354DB is #ECAB24. Grayscale: #4F4F4F. Windows color (decimal): -15510309 or 14373907. OLE color: 14373907.

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

Color convert

RGB 19 84 219 -
CMYK 0.91 0.62 0 0.14
HSL 220.5º 0.84% 0.47% -
HSV(B) 220.5º 0.91% 0.86% -
XYZ 16.23 11.59 68.4 -
YUV 79.96 206.47 84.52 -
System Red Green Blue C M Y K H S L
Decimal 19 84 219 0.91 0.62 0 0.14 220.5 0.84 0.47
Hex 13 54 DB 5B 3E 0 E DC 54 2F
Octal 23 124 333 133 76 0 16 334 124 57
Binary 10011 1010100 11011011 1011011 111110 0 1110 11011100 1010100 101111

Color Harmonies of #1354DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1354DB

Black with #1354DB

Text Example


Text Example

White with #1354DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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