Html Css Color HEX #1679DB Navy Blue

📋 copy color: '#1679DB'

red 22 ◦ green 121 ◦ blue 219

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

Shades of Navy Blue #1679DB

Tints of Navy Blue #1679DB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.43%

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

R = 6.08%
G = 33.43%
B = 60.5%

CMYK

 C value IS 0.90

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1679DB (or 0x1679DB) is known color: Navy Blue. HEX triplet: 16, 79 and DB. RGB value is (22,121,219). Sum of RGB (Red+Green+Blue) = 22+121+219=362 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.08% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #1679DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1679DB is #E98624. Grayscale: #666666. Windows color (decimal): -15304229 or 14383382. OLE color: 14383382.

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

Color convert

RGB 22 121 219 -
CMYK 0.90 0.45 0 0.14
HSL 209.85º 0.82% 0.47% -
HSV(B) 209.85º 0.9% 0.86% -
XYZ 19.95 18.96 69.63 -
YUV 102.57 193.7 70.53 -
System Red Green Blue C M Y K H S L
Decimal 22 121 219 0.90 0.45 0 0.14 209.85 0.82 0.47
Hex 16 79 DB 5A 2D 0 E D2 52 2F
Octal 26 171 333 132 55 0 16 322 122 57
Binary 10110 1111001 11011011 1011010 101101 0 1110 11010010 1010010 101111

Color Harmonies of #1679DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1679DB

Black with #1679DB

Text Example


Text Example

White with #1679DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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