Html Css Color HEX #1673DA Navy Blue

📋 copy color: '#1673DA'

red 22 ◦ green 115 ◦ blue 218

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

Shades of Navy Blue #1673DA

Tints of Navy Blue #1673DA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.39%

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

R = 6.2%
G = 32.39%
B = 61.41%

CMYK

 C value IS 0.90

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1673DA (or 0x1673DA) is known color: Navy Blue. HEX triplet: 16, 73 and DA. RGB value is (22,115,218). Sum of RGB (Red+Green+Blue) = 22+115+218=355 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.20% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 218 (85.55% from 255 or 61.41% from 355); Max value from RGB is 218 - color contains mainly: blue. Hex color #1673DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1673DA is #E98C25. Grayscale: #626262. Windows color (decimal): -15305766 or 14316310. OLE color: 14316310.

HSL color Cylindrical-coordinate representation of color #1673DA: hue angle of 211.53º 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 #1673DA is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 22 115 218 -
CMYK 0.90 0.47 0 0.15
HSL 211.53º 0.82% 0.47% -
HSV(B) 211.53º 0.9% 0.85% -
XYZ 19.12 17.49 68.7 -
YUV 98.94 195.19 73.12 -
System Red Green Blue C M Y K H S L
Decimal 22 115 218 0.90 0.47 0 0.15 211.53 0.82 0.47
Hex 16 73 DA 5A 2F 0 F D4 52 2F
Octal 26 163 332 132 57 0 17 324 122 57
Binary 10110 1110011 11011010 1011010 101111 0 1111 11010100 1010010 101111

Color Harmonies of #1673DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1673DA

Black with #1673DA

Text Example


Text Example

White with #1673DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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