Html Css Color HEX #1683CC Navy Blue

📋 copy color: '#1683CC'

red 22 ◦ green 131 ◦ blue 204

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

Shades of Navy Blue #1683CC

Tints of Navy Blue #1683CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 57.14%

R = 6.16%
G = 36.69%
B = 57.14%

CMYK

 C value IS 0.89

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1683CC (or 0x1683CC) is known color: Navy Blue. HEX triplet: 16, 83 and CC. RGB value is (22,131,204). Sum of RGB (Red+Green+Blue) = 22+131+204=357 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.16% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 204 (80.08% from 255 or 57.14% from 357); Max value from RGB is 204 - color contains mainly: blue. Hex color #1683CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1683CC is #E97C33. Grayscale: #6A6A6A. Windows color (decimal): -15301684 or 13402902. OLE color: 13402902.

HSL color Cylindrical-coordinate representation of color #1683CC: hue angle of 204.07º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1683CC is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 22 131 204 -
CMYK 0.89 0.36 0 0.2
HSL 204.07º 0.81% 0.44% -
HSV(B) 204.07º 0.89% 0.8% -
XYZ 19.35 20.76 60.11 -
YUV 106.73 182.89 67.56 -
System Red Green Blue C M Y K H S L
Decimal 22 131 204 0.89 0.36 0 0.2 204.07 0.81 0.44
Hex 16 83 CC 59 24 0 14 CC 51 2C
Octal 26 203 314 131 44 0 24 314 121 54
Binary 10110 10000011 11001100 1011001 100100 0 10100 11001100 1010001 101100

Color Harmonies of #1683CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1683CC

Black with #1683CC

Text Example


Text Example

White with #1683CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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