Html Css Color HEX #1678DA Navy Blue

📋 copy color: '#1678DA'

red 22 ◦ green 120 ◦ blue 218

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

Shades of Navy Blue #1678DA

Tints of Navy Blue #1678DA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.33%

 BLUE value IS 218 (85.55% from 255) = 60.56%

R = 6.11%
G = 33.33%
B = 60.56%

CMYK

 C value IS 0.90

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1678DA (or 0x1678DA) is known color: Navy Blue. HEX triplet: 16, 78 and DA. RGB value is (22,120,218). Sum of RGB (Red+Green+Blue) = 22+120+218=360 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.11% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 218 (85.55% from 255 or 60.56% from 360); Max value from RGB is 218 - color contains mainly: blue. Hex color #1678DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1678DA is #E98725. Grayscale: #656565. Windows color (decimal): -15304486 or 14317590. OLE color: 14317590.

HSL color Cylindrical-coordinate representation of color #1678DA: hue angle of 210º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1678DA is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 22 120 218 -
CMYK 0.90 0.45 0 0.15
HSL 210º 0.82% 0.47% -
HSV(B) 210º 0.9% 0.85% -
XYZ 19.7 18.67 68.89 -
YUV 101.87 193.53 71.03 -
System Red Green Blue C M Y K H S L
Decimal 22 120 218 0.90 0.45 0 0.15 210 0.82 0.47
Hex 16 78 DA 5A 2D 0 F D2 52 2F
Octal 26 170 332 132 55 0 17 322 122 57
Binary 10110 1111000 11011010 1011010 101101 0 1111 11010010 1010010 101111

Color Harmonies of #1678DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1678DA

Black with #1678DA

Text Example


Text Example

White with #1678DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1678DA; }

 p { color: rgb(22,120,218); }

 H1.HeaderClassName
 {
   color: #1678DA;
 }
 .AnyTagClassName
 {
   color: #1678DA;
 }
</style>

background-color css

<style>
 a { background-color: #1678DA; }

 a { background-color: rgb(22,120,218); }

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

border-color css

<style>
 span { border-color: #1678DA; }

 span { border-color: rgb(22,120,218); }

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