Html Css Color HEX #1683CF Navy Blue

📋 copy color: '#1683CF'

red 22 ◦ green 131 ◦ blue 207

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

Shades of Navy Blue #1683CF

Tints of Navy Blue #1683CF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.39%

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

R = 6.11%
G = 36.39%
B = 57.5%

CMYK

 C value IS 0.89

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1683CF (or 0x1683CF) is known color: Navy Blue. HEX triplet: 16, 83 and CF. RGB value is (22,131,207). Sum of RGB (Red+Green+Blue) = 22+131+207=360 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.11% from 360); Green value is 131 (51.56% from 255 or 36.39% from 360); Blue value is 207 (81.25% from 255 or 57.5% from 360); Max value from RGB is 207 - color contains mainly: blue. Hex color #1683CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1683CF is #E97C30. Grayscale: #6A6A6A. Windows color (decimal): -15301681 or 13599510. OLE color: 13599510.

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

Color convert

RGB 22 131 207 -
CMYK 0.89 0.37 0 0.19
HSL 204.65º 0.81% 0.45% -
HSV(B) 204.65º 0.89% 0.81% -
XYZ 19.71 20.91 62.03 -
YUV 107.07 184.39 67.32 -
System Red Green Blue C M Y K H S L
Decimal 22 131 207 0.89 0.37 0 0.19 204.65 0.81 0.45
Hex 16 83 CF 59 25 0 13 CD 51 2D
Octal 26 203 317 131 45 0 23 315 121 55
Binary 10110 10000011 11001111 1011001 100101 0 10011 11001101 1010001 101101

Color Harmonies of #1683CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1683CF

Black with #1683CF

Text Example


Text Example

White with #1683CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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