Html Css Color HEX #1674DC Navy Blue

📋 copy color: '#1674DC'

red 22 ◦ green 116 ◦ blue 220

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

Shades of Navy Blue #1674DC

Tints of Navy Blue #1674DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 61.45%

R = 6.15%
G = 32.4%
B = 61.45%

CMYK

 C value IS 0.9

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1674DC (or 0x1674DC) is known color: Navy Blue. HEX triplet: 16, 74 and DC. RGB value is (22,116,220). Sum of RGB (Red+Green+Blue) = 22+116+220=358 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.15% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 220 (86.33% from 255 or 61.45% from 358); Max value from RGB is 220 - color contains mainly: blue. Hex color #1674DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1674DC is #E98B23. Grayscale: #636363. Windows color (decimal): -15305508 or 14447638. OLE color: 14447638.

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

Color convert

RGB 22 116 220 -
CMYK 0.9 0.47 0 0.14
HSL 211.52º 0.82% 0.47% -
HSV(B) 211.52º 0.9% 0.86% -
XYZ 19.49 17.83 70.12 -
YUV 99.75 195.86 72.54 -
System Red Green Blue C M Y K H S L
Decimal 22 116 220 0.9 0.47 0 0.14 211.52 0.82 0.47
Hex 16 74 DC 5A 2F 0 E D4 52 2F
Octal 26 164 334 132 57 0 16 324 122 57
Binary 10110 1110100 11011100 1011010 101111 0 1110 11010100 1010010 101111

Color Harmonies of #1674DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1674DC

Black with #1674DC

Text Example


Text Example

White with #1674DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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