Html Css Color HEX #1676CF Navy Blue

📋 copy color: '#1676CF'

red 22 ◦ green 118 ◦ blue 207

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

Shades of Navy Blue #1676CF

Tints of Navy Blue #1676CF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.01%

 BLUE value IS 207 (81.25% from 255) = 59.65%

R = 6.34%
G = 34.01%
B = 59.65%

CMYK

 C value IS 0.89

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1676CF (or 0x1676CF) is known color: Navy Blue. HEX triplet: 16, 76 and CF. RGB value is (22,118,207). Sum of RGB (Red+Green+Blue) = 22+118+207=347 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.34% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 207 (81.25% from 255 or 59.65% from 347); Max value from RGB is 207 - color contains mainly: blue. Hex color #1676CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1676CF is #E98930. Grayscale: #626262. Windows color (decimal): -15305009 or 13596182. OLE color: 13596182.

HSL color Cylindrical-coordinate representation of color #1676CF: hue angle of 208.86º 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 #1676CF is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 22 118 207 -
CMYK 0.89 0.43 0 0.19
HSL 208.86º 0.81% 0.45% -
HSV(B) 208.86º 0.89% 0.81% -
XYZ 18.07 17.63 61.48 -
YUV 99.44 188.7 72.76 -
System Red Green Blue C M Y K H S L
Decimal 22 118 207 0.89 0.43 0 0.19 208.86 0.81 0.45
Hex 16 76 CF 59 2B 0 13 D1 51 2D
Octal 26 166 317 131 53 0 23 321 121 55
Binary 10110 1110110 11001111 1011001 101011 0 10011 11010001 1010001 101101

Color Harmonies of #1676CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1676CF

Black with #1676CF

Text Example


Text Example

White with #1676CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1676CF; }

 p { color: rgb(22,118,207); }

 H1.HeaderClassName
 {
   color: #1676CF;
 }
 .AnyTagClassName
 {
   color: #1676CF;
 }
</style>

background-color css

<style>
 a { background-color: #1676CF; }

 a { background-color: rgb(22,118,207); }

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

border-color css

<style>
 span { border-color: #1676CF; }

 span { border-color: rgb(22,118,207); }

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