Html Css Color HEX #1468DB Navy Blue

📋 copy color: '#1468DB'

red 20 ◦ green 104 ◦ blue 219

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

Shades of Navy Blue #1468DB

Tints of Navy Blue #1468DB

RGB

 RED value IS 20 (8.2% from 255) = 5.83%

 GREEN value IS 104 (41.02% from 255) = 30.32%

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

R = 5.83%
G = 30.32%
B = 63.85%

CMYK

 C value IS 0.91

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1468DB (or 0x1468DB) is known color: Navy Blue. HEX triplet: 14, 68 and DB. RGB value is (20,104,219). Sum of RGB (Red+Green+Blue) = 20+104+219=343 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.83% from 343); Green value is 104 (41.02% from 255 or 30.32% 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 #1468DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1468DB is #EB9724. Grayscale: #5B5B5B. Windows color (decimal): -15439653 or 14379028. OLE color: 14379028.

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

Color convert

RGB 20 104 219 -
CMYK 0.91 0.53 0 0.14
HSL 214.67º 0.83% 0.47% -
HSV(B) 214.67º 0.91% 0.86% -
XYZ 18.02 15.16 68.99 -
YUV 91.99 199.67 76.65 -
System Red Green Blue C M Y K H S L
Decimal 20 104 219 0.91 0.53 0 0.14 214.67 0.83 0.47
Hex 14 68 DB 5B 35 0 E D7 53 2F
Octal 24 150 333 133 65 0 16 327 123 57
Binary 10100 1101000 11011011 1011011 110101 0 1110 11010111 1010011 101111

Color Harmonies of #1468DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1468DB

Black with #1468DB

Text Example


Text Example

White with #1468DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,104,219); }

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

background-color css

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

 a { background-color: rgb(20,104,219); }

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

border-color css

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

 span { border-color: rgb(20,104,219); }

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