Html Css Color HEX #1674CD Navy Blue

📋 copy color: '#1674CD'

red 22 ◦ green 116 ◦ blue 205

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

Shades of Navy Blue #1674CD

Tints of Navy Blue #1674CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 59.77%

R = 6.41%
G = 33.82%
B = 59.77%

CMYK

 C value IS 0.89

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1674CD (or 0x1674CD) is known color: Navy Blue. HEX triplet: 16, 74 and CD. RGB value is (22,116,205). Sum of RGB (Red+Green+Blue) = 22+116+205=343 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.41% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 205 (80.47% from 255 or 59.77% from 343); Max value from RGB is 205 - color contains mainly: blue. Hex color #1674CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1674CD is #E98B32. Grayscale: #616161. Windows color (decimal): -15305523 or 13464598. OLE color: 13464598.

HSL color Cylindrical-coordinate representation of color #1674CD: hue angle of 209.18º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1674CD is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 22 116 205 -
CMYK 0.89 0.43 0 0.20
HSL 209.18º 0.81% 0.45% -
HSV(B) 209.18º 0.89% 0.8% -
XYZ 17.6 17.07 60.12 -
YUV 98.04 188.36 73.76 -
System Red Green Blue C M Y K H S L
Decimal 22 116 205 0.89 0.43 0 0.20 209.18 0.81 0.45
Hex 16 74 CD 59 2B 0 14 D1 51 2D
Octal 26 164 315 131 53 0 24 321 121 55
Binary 10110 1110100 11001101 1011001 101011 0 10100 11010001 1010001 101101

Color Harmonies of #1674CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1674CD

Black with #1674CD

Text Example


Text Example

White with #1674CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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