Html Css Color HEX #167DDA Navy Blue

📋 copy color: '#167DDA'

red 22 ◦ green 125 ◦ blue 218

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

Shades of Navy Blue #167DDA

Tints of Navy Blue #167DDA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.25%

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

R = 6.03%
G = 34.25%
B = 59.73%

CMYK

 C value IS 0.90

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#167DDA (or 0x167DDA) is known color: Navy Blue. HEX triplet: 16, 7D and DA. RGB value is (22,125,218). Sum of RGB (Red+Green+Blue) = 22+125+218=365 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.03% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 218 (85.55% from 255 or 59.73% from 365); Max value from RGB is 218 - color contains mainly: blue. Hex color #167DDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #167DDA is #E98225. Grayscale: #686868. Windows color (decimal): -15303206 or 14318870. OLE color: 14318870.

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

Color convert

RGB 22 125 218 -
CMYK 0.90 0.43 0 0.15
HSL 208.47º 0.82% 0.47% -
HSV(B) 208.47º 0.9% 0.85% -
XYZ 20.32 19.9 69.1 -
YUV 104.81 191.88 68.94 -
System Red Green Blue C M Y K H S L
Decimal 22 125 218 0.90 0.43 0 0.15 208.47 0.82 0.47
Hex 16 7D DA 5A 2B 0 F D0 52 2F
Octal 26 175 332 132 53 0 17 320 122 57
Binary 10110 1111101 11011010 1011010 101011 0 1111 11010000 1010010 101111

Color Harmonies of #167DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #167DDA

Black with #167DDA

Text Example


Text Example

White with #167DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #167DDA; }

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

 H1.HeaderClassName
 {
   color: #167DDA;
 }
 .AnyTagClassName
 {
   color: #167DDA;
 }
</style>

background-color css

<style>
 a { background-color: #167DDA; }

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

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

border-color css

<style>
 span { border-color: #167DDA; }

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

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