Html Css Color HEX #1672DB Navy Blue

📋 copy color: '#1672DB'

red 22 ◦ green 114 ◦ blue 219

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

Shades of Navy Blue #1672DB

Tints of Navy Blue #1672DB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.11%

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

R = 6.2%
G = 32.11%
B = 61.69%

CMYK

 C value IS 0.90

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1672DB (or 0x1672DB) is known color: Navy Blue. HEX triplet: 16, 72 and DB. RGB value is (22,114,219). Sum of RGB (Red+Green+Blue) = 22+114+219=355 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.20% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 219 (85.94% from 255 or 61.69% from 355); Max value from RGB is 219 - color contains mainly: blue. Hex color #1672DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1672DB is #E98D24. Grayscale: #616161. Windows color (decimal): -15306021 or 14381590. OLE color: 14381590.

HSL color Cylindrical-coordinate representation of color #1672DB: hue angle of 211.98º 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 #1672DB is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 22 114 219 -
CMYK 0.90 0.48 0 0.14
HSL 211.98º 0.82% 0.47% -
HSV(B) 211.98º 0.9% 0.86% -
XYZ 19.13 17.32 69.35 -
YUV 98.46 196.02 73.46 -
System Red Green Blue C M Y K H S L
Decimal 22 114 219 0.90 0.48 0 0.14 211.98 0.82 0.47
Hex 16 72 DB 5A 30 0 E D4 52 2F
Octal 26 162 333 132 60 0 16 324 122 57
Binary 10110 1110010 11011011 1011010 110000 0 1110 11010100 1010010 101111

Color Harmonies of #1672DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1672DB

Black with #1672DB

Text Example


Text Example

White with #1672DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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