Html Css Color HEX #1677DB Navy Blue

📋 copy color: '#1677DB'

red 22 ◦ green 119 ◦ blue 219

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

Shades of Navy Blue #1677DB

Tints of Navy Blue #1677DB

RGB

 RED value IS 22 (8.98% from 255) = 6.11%

 GREEN value IS 119 (46.88% from 255) = 33.06%

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

R = 6.11%
G = 33.06%
B = 60.83%

CMYK

 C value IS 0.90

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1677DB (or 0x1677DB) is known color: Navy Blue. HEX triplet: 16, 77 and DB. RGB value is (22,119,219). Sum of RGB (Red+Green+Blue) = 22+119+219=360 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.11% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 219 (85.94% from 255 or 60.83% from 360); Max value from RGB is 219 - color contains mainly: blue. Hex color #1677DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1677DB is #E98824. Grayscale: #646464. Windows color (decimal): -15304741 or 14382870. OLE color: 14382870.

HSL color Cylindrical-coordinate representation of color #1677DB: hue angle of 210.46º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1677DB is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 22 119 219 -
CMYK 0.90 0.46 0 0.14
HSL 210.46º 0.82% 0.47% -
HSV(B) 210.46º 0.9% 0.86% -
XYZ 19.71 18.48 69.55 -
YUV 101.4 194.36 71.37 -
System Red Green Blue C M Y K H S L
Decimal 22 119 219 0.90 0.46 0 0.14 210.46 0.82 0.47
Hex 16 77 DB 5A 2E 0 E D2 52 2F
Octal 26 167 333 132 56 0 16 322 122 57
Binary 10110 1110111 11011011 1011010 101110 0 1110 11010010 1010010 101111

Color Harmonies of #1677DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1677DB

Black with #1677DB

Text Example


Text Example

White with #1677DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,119,219); }

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

background-color css

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

 a { background-color: rgb(22,119,219); }

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

border-color css

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

 span { border-color: rgb(22,119,219); }

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