Html Css Color HEX #1674DB Navy Blue

📋 copy color: '#1674DB'

red 22 ◦ green 116 ◦ blue 219

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

Shades of Navy Blue #1674DB

Tints of Navy Blue #1674DB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.49%

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

R = 6.16%
G = 32.49%
B = 61.34%

CMYK

 C value IS 0.90

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1674DB (or 0x1674DB) is known color: Navy Blue. HEX triplet: 16, 74 and DB. RGB value is (22,116,219). Sum of RGB (Red+Green+Blue) = 22+116+219=357 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.16% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 219 (85.94% from 255 or 61.34% from 357); Max value from RGB is 219 - color contains mainly: blue. Hex color #1674DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1674DB is #E98B24. Grayscale: #636363. Windows color (decimal): -15305509 or 14382102. OLE color: 14382102.

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

Color convert

RGB 22 116 219 -
CMYK 0.90 0.47 0 0.14
HSL 211.37º 0.82% 0.47% -
HSV(B) 211.37º 0.9% 0.86% -
XYZ 19.36 17.78 69.43 -
YUV 99.64 195.36 72.62 -
System Red Green Blue C M Y K H S L
Decimal 22 116 219 0.90 0.47 0 0.14 211.37 0.82 0.47
Hex 16 74 DB 5A 2F 0 E D3 52 2F
Octal 26 164 333 132 57 0 16 323 122 57
Binary 10110 1110100 11011011 1011010 101111 0 1110 11010011 1010010 101111

Color Harmonies of #1674DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1674DB

Black with #1674DB

Text Example


Text Example

White with #1674DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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