Html Css Color HEX #1674CE Navy Blue

📋 copy color: '#1674CE'

red 22 ◦ green 116 ◦ blue 206

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

Shades of Navy Blue #1674CE

Tints of Navy Blue #1674CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 59.88%

R = 6.4%
G = 33.72%
B = 59.88%

CMYK

 C value IS 0.89

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1674CE (or 0x1674CE) is known color: Navy Blue. HEX triplet: 16, 74 and CE. RGB value is (22,116,206). Sum of RGB (Red+Green+Blue) = 22+116+206=344 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.40% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 206 (80.86% from 255 or 59.88% from 344); Max value from RGB is 206 - color contains mainly: blue. Hex color #1674CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1674CE is #E98B31. Grayscale: #616161. Windows color (decimal): -15305522 or 13530134. OLE color: 13530134.

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

Color convert

RGB 22 116 206 -
CMYK 0.89 0.44 0 0.19
HSL 209.35º 0.81% 0.45% -
HSV(B) 209.35º 0.89% 0.81% -
XYZ 17.72 17.12 60.76 -
YUV 98.15 188.86 73.68 -
System Red Green Blue C M Y K H S L
Decimal 22 116 206 0.89 0.44 0 0.19 209.35 0.81 0.45
Hex 16 74 CE 59 2C 0 13 D1 51 2D
Octal 26 164 316 131 54 0 23 321 121 55
Binary 10110 1110100 11001110 1011001 101100 0 10011 11010001 1010001 101101

Color Harmonies of #1674CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1674CE

Black with #1674CE

Text Example


Text Example

White with #1674CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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